Skip to content

Commit

Permalink
Bumped project version to 0.3.1
Browse files Browse the repository at this point in the history
* Changed Xcode project settings' `CURRENT_PROJECT_VERSION` to `0.3.1`.
* Changed version in podspec to `'0.3.1'`.
  • Loading branch information
capnslipp committed May 5, 2019
1 parent 649b4ba commit cfd1d0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.0'
s.version = '0.3.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
4 changes: 2 additions & 2 deletions NilCoalescingAssignmentOperators.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.3.0;
CURRENT_PROJECT_VERSION = 0.3.1;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = YES;
Expand All @@ -202,7 +202,7 @@
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 0.3.0;
CURRENT_PROJECT_VERSION = 0.3.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_OPTIMIZATION_LEVEL = s;
Expand Down

0 comments on commit cfd1d0f

Please sign in to comment.