Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Release 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pgutkowski committed Oct 20, 2018
1 parent a3ec3a6 commit 6237ff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.pgutkowski'
version '0.2.8'
version '0.2.9'

buildscript {
ext.kotlin_version = '1.2.50'
Expand Down Expand Up @@ -115,10 +115,10 @@ bintray {
publications = ['MyPublication']

version {
name = '0.2.8'
name = '0.2.9'
desc = 'KGraphQL alpha release'
released = new Date()
vcsTag = '0.2.8'
vcsTag = '0.2.9'
}
}
}
Expand Down

0 comments on commit 6237ff4

Please sign in to comment.