Skip to content

Commit

Permalink
Updated bintray stuff to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roccodev committed Aug 27, 2018
1 parent 0792017 commit ac3f5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ bintray {
publications = ['mavenProject']

version {
name = "1.1"
name = "1.2"
released = new Date()
vcsTag = "1.1"
vcsTag = "1.2"
}
}
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ publishing {
from components.java
groupId "tk.roccodev.hiveapi"
artifactId "HiveAPIKt"
version "1.1"
version "1.2"

artifact sourceJar {
classifier 'sources'
Expand Down

0 comments on commit ac3f5eb

Please sign in to comment.