Skip to content

Commit

Permalink
Bump version number to 1.1.3 (#28)
Browse files Browse the repository at this point in the history
* Bump version number to 1.1.3
* Disable Carthage
  • Loading branch information
oleggnidets-okta authored Sep 1, 2021
1 parent 5dfe50f commit c52fe4f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
name: CocoaPods
script:
- pod lib lint --allow-warnings
- stage: Dependency Manager Validation
name: Carthage
addons:
homebrew:
packages:
- carthage
update: true
script:
- carthage build --use-xcframeworks --no-skip-current
# - stage: Dependency Manager Validation
# name: Carthage
# addons:
# homebrew:
# packages:
# - carthage
# update: true
# script:
# - carthage build --use-xcframeworks --no-skip-current
- stage: Dependency Manager Validation
name: SPM
script:
Expand Down
4 changes: 2 additions & 2 deletions OktaSecureStorage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.2;
MARKETING_VERSION = 1.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.okta.OktaSecureStorage;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -697,7 +697,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.2;
MARKETING_VERSION = 1.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.okta.OktaSecureStorage;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
2 changes: 1 addition & 1 deletion OktaStorage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OktaStorage'
s.version = '1.1.2'
s.version = '1.1.3'
s.summary = 'This library provides convenient APIs to utilize keychain services'
s.description = <<-DESC
Store passwords, tokens and other secrets in an encrypted database using OktaStorage library
Expand Down

0 comments on commit c52fe4f

Please sign in to comment.