Skip to content

Commit

Permalink
bump version to 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bontangster committed Apr 6, 2018
1 parent f3437c6 commit dbb8c08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Podpecs/MidtransCoreKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MidtransCoreKit"
s.version = "1.9.4"
s.version = "1.9.5"
s.summary = "Veritrans mobile SDK beta version"
s.homepage = "https://veritrans.co.id/"
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions Podpecs/MidtransKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MidtransKit"
s.version = "1.9.4"
s.version = "1.9.5"
s.summary = "Veritrans mobile SDK beta version"
s.homepage = "https://veritrans.co.id/"
s.license = 'MIT'
Expand All @@ -17,7 +17,7 @@ s.source_files = 'MidtransKit/MidtransKit/**/*.{h,m}'
s.resource_bundles = {
'MidtransKit' => ['MidtransKit/MidtransKit/resources/*']
}
s.dependency 'MidtransCoreKit', '~>1.9.4'
s.dependency 'MidtransCoreKit', '~>1.9.5'
s.static_framework = true
s.default_subspec = 'UI'

Expand Down

0 comments on commit dbb8c08

Please sign in to comment.