Skip to content

Commit

Permalink
Merge pull request #13 from Jeevuz/develop
Browse files Browse the repository at this point in the history
Upgrade to version 1.1
  • Loading branch information
terrakok committed Nov 22, 2016
2 parents 1505ba8 + 69feb03 commit b3e32c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the dependency in your build.gradle:
```groovy
dependencies {
//Cicerone
compile 'ru.terrakok.cicerone:cicerone:1.0'
compile 'ru.terrakok.cicerone:cicerone:1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_RUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Cicerone (_"чи-че-ро́-не"_ - устар. гид) - легкая биб
```groovy
dependencies {
//Cicerone
compile 'ru.terrakok.cicerone:cicerone:1.0'
compile 'ru.terrakok.cicerone:cicerone:1.1'
}
```
И инициализируйте библиотеку, например, так:
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
bintrayName = 'cicerone'
publishedGroupId = 'ru.terrakok.cicerone'
artifact = 'cicerone'
libraryVersion = '1.0'
libraryVersion = '1.1'
gitUrl = 'https://github.com/terrakok/Cicerone'
allLicenses = ['Apache-2.0']
}
Expand Down

0 comments on commit b3e32c1

Please sign in to comment.