Skip to content

Commit

Permalink
Bumped project version to 0.1.1
Browse files Browse the repository at this point in the history
* Changed Xcode project settings' `CURRENT_PROJECT_VERSION` to `0.1.1`.
* Changed version in podspec to match.
  • Loading branch information
capnslipp committed Feb 14, 2017
1 parent ccb62d3 commit ea08dfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NilCoalescingAssignmentOperators.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NilCoalescingAssignmentOperators'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'A Swift µ-Library for ??/= Combo Operators ??= and =??'
s.description = "A Swift micro-library that provides two nil-coalescing/assignment combo operators: ??= and =??"
s.homepage = 'https://github.com/capnslipp/NilCoalescingAssignmentOperators'
Expand Down
6 changes: 3 additions & 3 deletions NilCoalescingAssignmentOperators.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
OBJ_13 /* NilCoalescingAssignmentOperators.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = NilCoalescingAssignmentOperators.framework; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_13 /* NilCoalescingAssignmentOperators.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = NilCoalescingAssignmentOperators.framework; sourceTree = BUILT_PRODUCTS_DIR; };
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
OBJ_9 /* NilCoalescingAssignmentOperators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NilCoalescingAssignmentOperators.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -128,7 +128,7 @@
OBJ_16 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 0.1.0;
CURRENT_PROJECT_VERSION = 0.1.1;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -149,7 +149,7 @@
OBJ_17 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 0.1.0;
CURRENT_PROJECT_VERSION = 0.1.1;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit ea08dfe

Please sign in to comment.