Skip to content

Commit

Permalink
[NO-TASK] Update CHANGELOG.md, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oltv00 committed Sep 18, 2019
1 parent 82b23e3 commit 7b4d73c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### 2.2.1

1. Обновили `UIWebView` на `WKWebView`

### 2.2.0

1. Добавили поддержку Swift 5.
Expand Down
2 changes: 1 addition & 1 deletion YandexCheckoutPayments.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YandexCheckoutPayments'
s.version = '2.2.0'
s.version = '2.2.1'
s.homepage = 'https://github.com/yandex-money/yandex-checkout-payments-swift'
s.license = {
:type => "MIT",
Expand Down
2 changes: 1 addition & 1 deletion YandexCheckoutPayments/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2.0</string>
<string>2.2.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 7b4d73c

Please sign in to comment.