Skip to content

Commit

Permalink
Bump the version to 1.0.2, build number to 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan committed Jul 25, 2017
1 parent 0e60cf5 commit 256028e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 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.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</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.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
25 changes: 12 additions & 13 deletions Thingy.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Pod::Spec.new do |s|
s.name = "Thingy"
s.version = "1.0.1"
s.summary = "Device detection and querying library."
s.homepage = "https://github.com/bojan/Thingy"
s.license = "MIT"
s.author = "Bojan Dimovski"
s.social_media_url = "http://twitter.com/bojand"
Pod::Spec.new do |spec|
spec.name = "Thingy"
spec.version = "1.0.2"
spec.summary = "Device detection and querying library."
spec.homepage = "https://github.com/bojan/Thingy"
spec.license = "MIT"
spec.author = "Bojan Dimovski"

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
spec.ios.deployment_target = "8.0"
spec.tvos.deployment_target = "9.0"
spec.watchos.deployment_target = "2.0"

s.source = { :git => "https://github.com/bojan/Thingy.git", :tag => s.version }
s.source_files = 'Sources/*.swift'
spec.source = { :git => "https://github.com/bojan/Thingy.git", :tag => spec.version }
spec.source_files = "Sources/*.swift"
end
8 changes: 4 additions & 4 deletions Thingy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CURRENT_PROJECT_VERSION = 3;
DYLIB_CURRENT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DYLIB_CURRENT_VERSION = 4;
ENABLE_TESTABILITY = YES;
PRODUCT_NAME = Thingy;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
Expand All @@ -649,8 +649,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CURRENT_PROJECT_VERSION = 3;
DYLIB_CURRENT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DYLIB_CURRENT_VERSION = 4;
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.1</string>
<string>1.0.2</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
</dict>
</plist>

0 comments on commit 256028e

Please sign in to comment.