Skip to content

Commit a9baae9

Browse files
committed
Release 0.2.6
1 parent 434a98b commit a9baae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.github.pgutkowski'
2-
version '0.2.5'
2+
version '0.2.6'
33

44
buildscript {
55
ext.kotlin_version = '1.2.0'
@@ -106,10 +106,10 @@ bintray {
106106
publications = ['MyPublication']
107107

108108
version {
109-
name = '0.2.5'
109+
name = '0.2.6'
110110
desc = 'KGraphQL alpha release'
111111
released = new Date()
112-
vcsTag = '0.2.5'
112+
vcsTag = '0.2.6'
113113
}
114114
}
115115
}

0 commit comments

Comments
 (0)