Skip to content

Commit 0b9d892

Browse files
author
emmanue1
committed
Prepare JD-GUI 1.6.4, JD-Core 1.1.1
1 parent 758f02e commit 0b9d892

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Java
22
*.class
33

4+
# JD
5+
debug*
6+
47
# JD-GUI
58
src-generated/
69
jd-gui.cfg

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ apply plugin: 'edu.sc.seis.launch4j'
1515
apply plugin: 'nebula.ospackage'
1616

1717
// Common configuration //
18-
rootProject.version='1.6.3'
19-
rootProject.ext.set('jdCoreVersion', '1.0.7')
18+
rootProject.version='1.6.4'
19+
rootProject.ext.set('jdCoreVersion', '1.1.1')
2020
targetCompatibility = '1.8'
2121

2222
allprojects {

0 commit comments

Comments
 (0)