Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajul Arora committed Jul 13, 2018
1 parent ce39b5c commit 88024ea
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion TwitterCore/Config/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PRODUCT_NAME = TwitterCore

CURRENT_PROJECT_VERSION = 3.1.0
CURRENT_PROJECT_VERSION = 3.2.0
DYLIB_COMPATIBILITY_VERSION = 1
DYLIB_CURRENT_VERSION = $(CURRENT_PROJECT_VERSION)

Expand Down
4 changes: 2 additions & 2 deletions TwitterCore/TwitterCore-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.2.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
<string>iPhoneSimulator</string>
</array>
<key>CFBundleVersion</key>
<string>1025</string>
<string>1026</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2015 Twitter Inc.</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion TwitterCore/TwitterCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TwitterCore"
s.version = "3.1.0"
s.version = "3.2.0"
s.summary = "Increase user engagement and app growth."
s.homepage = "https://github.com/twitter/twitter-kit-ios"
s.documentation_url = "https://github.com/twitter/twitter-kit-ios/wiki"
Expand Down
2 changes: 1 addition & 1 deletion TwitterCore/TwitterCore/TWTRCoreConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#define TWC_SDK_BUNDLE_ID TWC_STR(TWC_BUNDLE_IDENTIFIER)

NSString *const TWTRCoreVersion = @"3.1.0";
NSString *const TWTRCoreVersion = @"3.2.0";
NSString *const TWTRCoreBundleID = @TWC_SDK_BUNDLE_ID;

NSString *const TWTRTwitterCoreVersion = @TWC_STR(DISPLAY_VERSION);
Expand Down
2 changes: 1 addition & 1 deletion TwitterKit/Config/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GCC_WARN_ABOUT_MISSING_NEWLINE = YES
APPLICATION_EXTENSION_API_ONLY = NO

// Versioning
CURRENT_PROJECT_VERSION = 3.3.0
CURRENT_PROJECT_VERSION = 3.4.0
DYLIB_CURRENT_VERSION = $(CURRENT_PROJECT_VERSION)

// Can *probably* remove this
Expand Down
4 changes: 2 additions & 2 deletions TwitterKit/TwitterKit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.3.0</string>
<string>3.4.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
<string>iPhoneSimulator</string>
</array>
<key>CFBundleVersion</key>
<string>1029</string>
<string>1030</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2014 Twitter Inc.</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion TwitterKit/TwitterKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TwitterKit"
s.version = "3.3.0"
s.version = "3.4.0"
s.summary = "Increase user engagement and app growth."
s.homepage = "https://github.com/twitter/twitter-kit-ios"
s.documentation_url = "https://github.com/twitter/twitter-kit-ios/wiki"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#pragma mark - Twitter kit constants

NSString *const TWTRVersion = @"3.3.0";
NSString *const TWTRVersion = @"3.4.0";
NSString *const TWTRResourceBundleLocation = @"TwitterKitResources.bundle";
NSString *const TWTRBundleID = @"com.twitter.sdk.ios";

Expand Down

0 comments on commit 88024ea

Please sign in to comment.