Skip to content

Commit

Permalink
Merge pull request #9 from brightdigit/release/2.0.1
Browse files Browse the repository at this point in the history
V2.0.0
  • Loading branch information
leogdion authored Jul 26, 2017
2 parents 3ec54d8 + ba51b45 commit 0cb3600
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2
3.1
2 changes: 1 addition & 1 deletion SwiftVer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftVer'
s.version = '2.0.0'
s.version = '2.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Parses bundle and autorevision version information for use in applications and about pages.'
s.description = <<-DESC
Expand Down
6 changes: 2 additions & 4 deletions swiftver.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
B31FED0F1F1D529A00550DEF /* StageBuildDictionaryProtocolTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StageBuildDictionaryProtocolTests.swift; sourceTree = "<group>"; };
B337BEF01F09510E00518323 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
B337BEF11F09510E00518323 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
B337BEF21F09510E00518323 /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
B337BEF31F09510E00518323 /* SwiftVer.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = SwiftVer.podspec; sourceTree = "<group>"; };
B337BEF41F09510E00518323 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
B337BEF81F0962E000518323 /* Stage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Stage.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -273,7 +272,6 @@
D95E1BD31D88D63200F94976 = {
isa = PBXGroup;
children = (
B337BEF21F09510E00518323 /* CONTRIBUTING.md */,
B337BEF01F09510E00518323 /* LICENSE */,
B337BEF41F09510E00518323 /* Package.swift */,
B337BEF11F09510E00518323 /* README.md */,
Expand Down Expand Up @@ -1229,7 +1227,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PROJECT_BUNDLE_VERSION_SHORT = 2.0.0;
PROJECT_BUNDLE_VERSION_SHORT = 2.0.1;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -1285,7 +1283,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
PROJECT_BUNDLE_VERSION_SHORT = 2.0.0;
PROJECT_BUNDLE_VERSION_SHORT = 2.0.1;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
Expand Down

0 comments on commit 0cb3600

Please sign in to comment.