Skip to content

Commit

Permalink
version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkboyce committed Nov 27, 2021
1 parent d39f696 commit 333c310
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="javafx_ant_jar.mac" value="${java.home}/../lib/ant-javafx.jar" />
<property name="javafx_ant_jar.win" value="${java.home}/../lib/ant-javafx.jar" />
<property name="packaging_resources" value="${src}/resources" />
<property name="jlab_version" value="1.4.1" />
<property name="jlab_version" value="1.5" />

<target name="init">
<mkdir dir="${build}" />
Expand Down
2 changes: 1 addition & 1 deletion source/jugglinglab/core/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package jugglinglab.core;

public class Constants {
public static final String version = "1.4.1";
public static final String version = "1.5";
public static final String year = "2021";

public static final String site_URL = "http://jugglinglab.org";
Expand Down
2 changes: 1 addition & 1 deletion source/resources/package/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.1</string>
<string>1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion source/resources/package/windows/Juggling Lab.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;I.e. current directory will contain folder Juggling Lab with application files

#define MyAppName "Juggling Lab"
#define MyAppVersion "1.4.1"
#define MyAppVersion "1.5"
#define MyAppYear "2021"
#define MyAppExeName "Juggling Lab.exe"
#define MyAppIconsName "Juggling Lab.ico"
Expand Down

0 comments on commit 333c310

Please sign in to comment.