Skip to content

Commit ea08dfe

Browse files
committed
Bumped project version to 0.1.1
* Changed Xcode project settings' `CURRENT_PROJECT_VERSION` to `0.1.1`. * Changed version in podspec to match.
1 parent ccb62d3 commit ea08dfe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NilCoalescingAssignmentOperators.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'NilCoalescingAssignmentOperators'
3-
s.version = '0.1.0'
3+
s.version = '0.1.1'
44
s.summary = 'A Swift µ-Library for ??/= Combo Operators ??= and =??'
55
s.description = "A Swift micro-library that provides two nil-coalescing/assignment combo operators: ??= and =??"
66
s.homepage = 'https://github.com/capnslipp/NilCoalescingAssignmentOperators'

NilCoalescingAssignmentOperators.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/* End PBXBuildFile section */
1212

1313
/* Begin PBXFileReference section */
14-
OBJ_13 /* NilCoalescingAssignmentOperators.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = NilCoalescingAssignmentOperators.framework; sourceTree = BUILT_PRODUCTS_DIR; };
14+
OBJ_13 /* NilCoalescingAssignmentOperators.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = NilCoalescingAssignmentOperators.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1515
OBJ_6 /* Package.swift */ = {isa = PBXFileReference; explicitFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
1616
OBJ_9 /* NilCoalescingAssignmentOperators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NilCoalescingAssignmentOperators.swift; sourceTree = "<group>"; };
1717
/* End PBXFileReference section */
@@ -128,7 +128,7 @@
128128
OBJ_16 /* Debug */ = {
129129
isa = XCBuildConfiguration;
130130
buildSettings = {
131-
CURRENT_PROJECT_VERSION = 0.1.0;
131+
CURRENT_PROJECT_VERSION = 0.1.1;
132132
ENABLE_TESTABILITY = YES;
133133
FRAMEWORK_SEARCH_PATHS = (
134134
"$(inherited)",
@@ -149,7 +149,7 @@
149149
OBJ_17 /* Release */ = {
150150
isa = XCBuildConfiguration;
151151
buildSettings = {
152-
CURRENT_PROJECT_VERSION = 0.1.0;
152+
CURRENT_PROJECT_VERSION = 0.1.1;
153153
ENABLE_TESTABILITY = YES;
154154
FRAMEWORK_SEARCH_PATHS = (
155155
"$(inherited)",

0 commit comments

Comments
 (0)