We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa10f36 commit 6251e17Copy full SHA for 6251e17
jstp/build.gradle
@@ -11,7 +11,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
11
Properties properties = new Properties()
12
properties.load(project.rootProject.file('local.properties').newDataInputStream())
13
14
-def jstpVersion = '0.10.0'
+def jstpVersion = '0.11.0'
15
def packetName = 'jstp'
16
17
publishing {
0 commit comments