Skip to content

Commit

Permalink
Prepare version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Dec 25, 2019
1 parent 8bc1e8f commit 3904aba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ JD-Core is a JAVA decompiler written in JAVA.
[http://java-decompiler.github.io](http://java-decompiler.github.io)
- JD-Core source code:
[https://github.com/java-decompiler/jd-core](https://github.com/java-decompiler/jd-core)
- JD Maven repository:
[https://raw.github.com/java-decompiler/mvn-repo/master](https://raw.github.com/java-decompiler/mvn-repo/master)
- JCenter Maven repository:
[https://jcenter.bintray.com/](https://jcenter.bintray.com/)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
testCompile 'junit:junit:4.12'
}

version='1.1.2'
version='1.1.3'

tasks.withType(JavaCompile) {
sourceCompatibility = targetCompatibility = '1.8'
Expand Down

0 comments on commit 3904aba

Please sign in to comment.