Skip to content

Commit

Permalink
Merge pull request #70 from yandex-money/dev
Browse files Browse the repository at this point in the history
Merge master to dev
  • Loading branch information
lynnfield authored Jul 12, 2018
2 parents decfa32 + a61a7e3 commit ad8b326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
}

dependencies {
compile 'com.yandex.money.api:yandex-money-sdk-java:7.2.10'
compile 'com.yandex.money.api:yandex-money-sdk-java:7.2.11'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ publish {
userOrg = 'yandex-money'
groupId = 'com.yandex.money.api'
artifactId = 'yandex-money-sdk-java'
version = '7.2.10'
version = '7.2.11'
website = 'https://github.com/yandex-money/yandex-money-sdk-java'
issueTracker = "${website}/issues"
repository = "${website}.git"
Expand Down

0 comments on commit ad8b326

Please sign in to comment.