Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava Yasevich committed Aug 21, 2017
1 parent e830e1d commit a51cc60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
*.class
.gradle
build
out

# Package Files #
*.jar
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ buildscript {
}

dependencies {
compile 'com.yandex.money.api:yandex-money-sdk-java:7.1.1'
compile 'com.yandex.money.api:yandex-money-sdk-java:7.1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -33,7 +33,7 @@ publish {
userOrg = 'yandex-money'
groupId = 'com.yandex.money.api'
artifactId = 'yandex-money-sdk-java'
version = '7.1.1'
version = '7.1.2'
website = 'https://github.com/yandex-money/yandex-money-sdk-java'
issueTracker = "${website}/issues"
repository = "${website}.git"
Expand Down

0 comments on commit a51cc60

Please sign in to comment.