Skip to content

Commit

Permalink
Bump to v1.2.0 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Oct 1, 2020
1 parent c889283 commit 6ae5b79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ULID.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ULID'
s.version = '1.1.0'
s.version = '1.2.0'
s.summary = 'Universally Unique Lexicographically Sortable Identifier'
s.homepage = 'https://github.com/whitesmith/ulid'
s.author = { "Ricardo Pereira" => "[email protected]" }
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
Universally Unique Lexicographically Sortable Identifier (Objective-C wrapper of the C++ lib).
DESC
s.source = { :git => "https://github.com/whitesmith/ulid.git", :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.osx.deployment_target = '10.10'
Expand Down
8 changes: 4 additions & 4 deletions ULID.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand All @@ -495,7 +495,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.2.0;
MODULEMAP_FILE = "$(SRCROOT)/ULID/ULID.modulemap";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -540,7 +540,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -554,7 +554,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.1.0;
MARKETING_VERSION = 1.2.0;
MODULEMAP_FILE = "$(SRCROOT)/ULID/ULID.modulemap";
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
Expand Down

0 comments on commit 6ae5b79

Please sign in to comment.