Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
87kangsw committed Oct 29, 2020
1 parent 000002f commit d8f9e7a
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 162 deletions.
4 changes: 2 additions & 2 deletions GitTime.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.1;
MARKETING_VERSION = 1.3.2;
PRODUCT_BUNDLE_IDENTIFIER = io.github.87kangsw.GitTime;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -1532,7 +1532,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.3.1;
MARKETING_VERSION = 1.3.2;
PRODUCT_BUNDLE_IDENTIFIER = io.github.87kangsw.GitTime;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 1 addition & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pod 'RxKeyboard'

# UI
pod 'SnapKit'
pod 'Toaster'
pod 'Toaster', :git => 'https://github.com/devxoul/Toaster.git', :branch => 'master'
pod 'PanModal'

# Keychain
Expand All @@ -40,8 +40,6 @@ pod 'Firebase/Core'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Analytics'
pod 'Firebase/Performance'
pod 'Fabric'
pod 'Crashlytics'
pod 'SwiftLint'
pod 'AcknowList'
pod 'Bagel'
Expand Down
Loading

0 comments on commit d8f9e7a

Please sign in to comment.