Skip to content

Commit 1ed7284

Browse files
committed
Bump version
1 parent 4f1b572 commit 1ed7284

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright (c) 2014, Francis Galiegue ([email protected])
1+
/* * Copyright (c) 2014, Francis Galiegue ([email protected])
32
*
43
* This software is dual-licensed under:
54
*
@@ -24,8 +23,7 @@ buildscript {
2423
}
2524
}
2625
dependencies {
27-
classpath(group: "org.springframework.build.gradle",
28-
name: "propdeps-plugin", version: "0.0.7");
26+
classpath(group: "org.springframework.build.gradle", name: "propdeps-plugin", version: "0.0.7");
2927
}
3028
};
3129

@@ -44,7 +42,7 @@ apply(plugin: "idea");
4442
apply(plugin: "eclipse");
4543

4644
group = "com.github.java-json-tools";
47-
version = "1.10-SNAPSHOT";
45+
version = "1.11-SNAPSHOT";
4846
sourceCompatibility = "1.6";
4947
targetCompatibility = "1.6"; // defaults to sourceCompatibility
5048

0 commit comments

Comments
 (0)