Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FarshidRoohi committed Aug 26, 2019
1 parent d1522bb commit dc8f7d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linegraph/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tasks.withType(Javadoc).all {
enabled = false
}
group = 'ir.farshid_roohi'
version = '0.1.0'
version = '0.1.1'

bintray {
user = 'xxxx'
Expand All @@ -67,10 +67,10 @@ bintray {
userOrg = ''

version {
name = '0.1.0'
name = '0.1.1'
desc = 'Line Graph Android'
released = new Date()
vcsTag = '0.1.0'
vcsTag = '0.1.1'
}

licenses = ['Apache-2.0']
Expand Down

0 comments on commit dc8f7d5

Please sign in to comment.