Skip to content

Commit

Permalink
Bump the version to 1.0.1, build number to 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan committed Jul 20, 2017
1 parent 5bbb362 commit 02f7f47
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Sources/Info-tvOS.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Thingy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Thingy"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Device detection and querying library."
s.homepage = "https://github.com/bojan/Thingy"
s.license = "MIT"
Expand Down
8 changes: 4 additions & 4 deletions Thingy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CURRENT_PROJECT_VERSION = 2;
DYLIB_CURRENT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DYLIB_CURRENT_VERSION = 3;
ENABLE_TESTABILITY = YES;
PRODUCT_NAME = Thingy;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
Expand All @@ -645,8 +645,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CURRENT_PROJECT_VERSION = 2;
DYLIB_CURRENT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DYLIB_CURRENT_VERSION = 3;
ENABLE_TESTABILITY = YES;
PRODUCT_NAME = Thingy;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
Expand Down
4 changes: 2 additions & 2 deletions Unit Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
</dict>
</plist>

0 comments on commit 02f7f47

Please sign in to comment.