We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2939f7 commit 3bd2944Copy full SHA for 3bd2944
build.gradle
@@ -51,7 +51,7 @@ allprojects {
51
publications = ['MyPublication']
52
configurations = ['archives']
53
pkg {
54
- repo = 'apurebase-test'
+ repo = 'apurebase'
55
name = project.name
56
licenses = ['MIT']
57
vcsUrl = 'https://github.com/aPureBase/KGraphQL'
gradle.properties
@@ -1,5 +1,5 @@
1
# KGraphQL version
2
-version=0.9.2-b2
+version=0.9.2
3
4
# Dependencies
5
kotlin_version=1.3.50
0 commit comments