Skip to content

Commit

Permalink
Bumped project version to 1.2.0
Browse files Browse the repository at this point in the history
* Changed Xcode project settings' `CURRENT_PROJECT_VERSION` to `1.2.0`.
* Changed version in podspec to `'1.2.0'`.
  • Loading branch information
capnslipp committed Apr 30, 2019
1 parent 3991eb5 commit 26631cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tribool.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Tribool'
s.version = '1.1.1'
s.version = '1.2.0'
s.summary = 'A Swift µ-Library Providing a Tribool Type (AKA Trilean)'
s.description = "A Swift micro-library that provides an Obj-C-compatible Tribool enum type, for representing 3-value logic states: `.true`, `.false`, and `.indeterminate`."
s.homepage = 'https://github.com/capnslipp/Tribool'
Expand Down
4 changes: 2 additions & 2 deletions Tribool.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.1.1;
CURRENT_PROJECT_VERSION = 1.2.0;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = YES;
Expand Down Expand Up @@ -243,7 +243,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.1.1;
CURRENT_PROJECT_VERSION = 1.2.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit 26631cd

Please sign in to comment.