Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pgutkowski committed Sep 30, 2018
1 parent a83e9e1 commit 573898a
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.7'
version '0.2.8'

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

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

0 comments on commit 573898a

Please sign in to comment.