Skip to content

Commit 3904aba

Browse files
author
emmanue1
committed
Prepare version 1.1.3
1 parent 8bc1e8f commit 3904aba

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ JD-Core is a JAVA decompiler written in JAVA.
66
[http://java-decompiler.github.io](http://java-decompiler.github.io)
77
- JD-Core source code:
88
[https://github.com/java-decompiler/jd-core](https://github.com/java-decompiler/jd-core)
9-
- JD Maven repository:
10-
[https://raw.github.com/java-decompiler/mvn-repo/master](https://raw.github.com/java-decompiler/mvn-repo/master)
119
- JCenter Maven repository:
1210
[https://jcenter.bintray.com/](https://jcenter.bintray.com/)
1311

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
testCompile 'junit:junit:4.12'
1212
}
1313

14-
version='1.1.2'
14+
version='1.1.3'
1515

1616
tasks.withType(JavaCompile) {
1717
sourceCompatibility = targetCompatibility = '1.8'

0 commit comments

Comments
 (0)