Skip to content

Commit d2e9577

Browse files
committed
Bumped project version to 0.1.2
* Changed Xcode project settings' `CURRENT_PROJECT_VERSION` to `0.1.2`. * Changed version in podspec to `'0.1.2'`.
1 parent 8fb7843 commit d2e9577

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1'
3+
s.version = '0.1.2'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
OBJ_16 /* Debug */ = {
129129
isa = XCBuildConfiguration;
130130
buildSettings = {
131-
CURRENT_PROJECT_VERSION = 0.1.1;
131+
CURRENT_PROJECT_VERSION = 0.1.2;
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.1;
152+
CURRENT_PROJECT_VERSION = 0.1.2;
153153
ENABLE_TESTABILITY = YES;
154154
FRAMEWORK_SEARCH_PATHS = (
155155
"$(inherited)",

0 commit comments

Comments
 (0)