Skip to content

Commit

Permalink
modify app version 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fjh658 committed Nov 14, 2021
1 parent ba0a05d commit 3e983c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/org/jd/gui/view/AboutView.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public AboutView(JFrame mainFrame) {
hbox.add(Box.createHorizontalGlue());

hbox = Box.createHorizontalBox();
hbox.add(new JLabel("Copyright © 2008, 2019 Emmanuel Dupuy"));
hbox.add(new JLabel("Copyright © 2008, 2021 Emmanuel Dupuy"));
hbox.add(Box.createHorizontalGlue());
subvbox.add(hbox);

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'edu.sc.seis.launch4j'
apply plugin: 'nebula.ospackage'

// Common configuration //
rootProject.version='1.6.6'
rootProject.version='1.6.7'
rootProject.ext.set('jdCoreVersion', '1.1.3')
targetCompatibility = '1.8'

Expand Down
6 changes: 3 additions & 3 deletions src/osx/resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<key>CFBundleDevelopmentRegion</key> <string>English</string>
<key>CFBundleExecutable</key> <string>universalJavaApplicationStub.sh</string>
<key>CFBundleName</key> <string>JD-GUI</string>
<key>CFBundleGetInfoString</key> <string>JD-GUI version ${VERSION}, Copyright 2008, 2019 Emmanuel Dupuy</string>
<key>CFBundleGetInfoString</key> <string>JD-GUI version ${VERSION}, Copyright 2008, 2021 Emmanuel Dupuy</string>
<key>CFBundleIconFile</key> <string>jd-gui.icns</string>
<key>CFBundleIdentifier</key> <string>jd.jd-gui</string>
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
<key>CFBundlePackageType</key> <string>APPL</string>
<key>CFBundleLongVersionString</key> <string>${VERSION}, Copyright 2008, 2019 Emmanuel Dupuy</string>
<key>CFBundleLongVersionString</key> <string>${VERSION}, Copyright 2008, 2021 Emmanuel Dupuy</string>
<key>CFBundleShortVersionString</key> <string>${VERSION}</string>
<key>CSResourcesFileMapped</key> <true/>
<key>LSRequiresCarbon</key> <true/>
<key>NSHumanReadableCopyright</key> <string>Copyright 2008, 2019 Emmanuel Dupuy</string>
<key>NSHumanReadableCopyright</key> <string>Copyright 2008, 2021 Emmanuel Dupuy</string>
<key>NSPrincipalClass</key> <string>NSApplication</string>
<key>NSHighResolutionCapable</key> <true/>
<key>CFBundleDocumentTypes</key>
Expand Down

0 comments on commit 3e983c2

Please sign in to comment.