Skip to content

Commit c544fed

Browse files
committed
1.3
1 parent 3f584e1 commit c544fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dorelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
./gradlew --recompile-scripts clean test uploadArchives
3+
./gradlew clean test uploadArchives
44

project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.java-json-tools";
24-
version = "1.3-SNAPSHOT";
24+
version = "1.3";
2525
sourceCompatibility = JavaVersion.VERSION_1_7;
2626
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2727

0 commit comments

Comments
 (0)