Skip to content

Commit 3c3c7ba

Browse files
committed
Bumped project version to 0.2.0
* Changed Xcode project settings' `CURRENT_PROJECT_VERSION` to `0.2.0`. * Changed version in podspec to `'0.2.0'`.
1 parent 02181cd commit 3c3c7ba

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.2'
3+
s.version = '0.2.0'
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,6 @@
128128
OBJ_16 /* Debug */ = {
129129
isa = XCBuildConfiguration;
130130
buildSettings = {
131-
CURRENT_PROJECT_VERSION = 0.1.2;
132131
ENABLE_TESTABILITY = YES;
133132
FRAMEWORK_SEARCH_PATHS = (
134133
"$(inherited)",
@@ -149,7 +148,6 @@
149148
OBJ_17 /* Release */ = {
150149
isa = XCBuildConfiguration;
151150
buildSettings = {
152-
CURRENT_PROJECT_VERSION = 0.1.2;
153151
ENABLE_TESTABILITY = YES;
154152
FRAMEWORK_SEARCH_PATHS = (
155153
"$(inherited)",
@@ -172,6 +170,7 @@
172170
buildSettings = {
173171
COMBINE_HIDPI_IMAGES = YES;
174172
COPY_PHASE_STRIP = NO;
173+
CURRENT_PROJECT_VERSION = 0.2.0;
175174
DEBUG_INFORMATION_FORMAT = dwarf;
176175
DYLIB_INSTALL_NAME_BASE = "@rpath";
177176
ENABLE_NS_ASSERTIONS = YES;
@@ -195,6 +194,7 @@
195194
buildSettings = {
196195
COMBINE_HIDPI_IMAGES = YES;
197196
COPY_PHASE_STRIP = YES;
197+
CURRENT_PROJECT_VERSION = 0.2.0;
198198
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
199199
DYLIB_INSTALL_NAME_BASE = "@rpath";
200200
GCC_OPTIMIZATION_LEVEL = s;

0 commit comments

Comments
 (0)