Skip to content

Commit

Permalink
Update library version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muraee committed Oct 25, 2017
1 parent f1841e0 commit 813670a
Show file tree
Hide file tree
Showing 2 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 @@ -16,7 +16,7 @@ repositories {
}
dependencies {
compile 'devs.mulham.horizontalcalendar:horizontalcalendar:1.1.8'
compile 'devs.mulham.horizontalcalendar:horizontalcalendar:1.2.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions horizontalcalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/Mulham-Raee/Horizontal-Calendar'
gitUrl = 'https://github.com/Mulham-Raee/Horizontal-Calendar.git'

libraryVersion = '1.1.8'
libraryVersion = '1.2.0'

developerId = 'mulham-raee'
developerName = 'Mulham Raee'
Expand Down Expand Up @@ -101,7 +101,7 @@ bintray {
version {
desc = libraryDescription
name = libraryVersion
vcsTag = 'v1.1.8'
vcsTag = 'v1.2.0'
gpg {
sign = true //Determines whether to GPG sign the files. The default is false
passphrase = properties.getProperty("bintray.gpg.password")
Expand Down

0 comments on commit 813670a

Please sign in to comment.