Skip to content

Commit 6251e17

Browse files
committed
jstp: release version 0.11.0
bintray: https://bintray.com/metarhia/maven/jstp/0.11.0
1 parent fa10f36 commit 6251e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jstp/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
1111
Properties properties = new Properties()
1212
properties.load(project.rootProject.file('local.properties').newDataInputStream())
1313

14-
def jstpVersion = '0.10.0'
14+
def jstpVersion = '0.11.0'
1515
def packetName = 'jstp'
1616

1717
publishing {

0 commit comments

Comments
 (0)