Skip to content

Commit b682517

Browse files
committed
Prepare for 0.1.6 development.
1 parent 2074bdc commit b682517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dorelease.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# This will build everything that is needed and push to Maven central.
55
#
66

7-
./gradlew --recompile-scripts clean test uploadArchives
7+
./gradlew --refresh-dependencies clean test uploadArchives
88

project.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Project-specific settings. Unfortunately we cannot put the name in there!
2121
*/
2222
group = "com.github.java-json-tools";
23-
version = "0.1.5";
23+
version = "0.1.6-SNAPSHOT";
2424
sourceCompatibility = JavaVersion.VERSION_1_7;
2525
targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibility
2626

0 commit comments

Comments
 (0)