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

Commit bb064d5

Browse files
committed
Release 0.2.3
1 parent 97347e3 commit bb064d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.github.pgutkowski'
2-
version '0.2.3-SNAPSHOT'
2+
version '0.2.3'
33

44
buildscript {
55
ext.kotlin_version = '1.1.3'
@@ -109,10 +109,10 @@ bintray {
109109
publications = ['MyPublication']
110110

111111
version {
112-
name = '0.2.2'
112+
name = '0.2.3'
113113
desc = 'KGraphQL alpha release'
114114
released = new Date()
115-
vcsTag = '0.2.2'
115+
vcsTag = '0.2.3'
116116
}
117117
}
118118

0 commit comments

Comments
 (0)