Skip to content

Commit

Permalink
Updated Version Numbers for Bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
WEKarnesky committed Oct 20, 2019
1 parent 14aa7c4 commit 9145b2a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BFB/src/main/java/BFB/Common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
public class Constants {
public final static String AppName = "Battletech Force Balancer",
AppDescription = "Battletech Force Balancer",
Version = "0.7.2",
Version = "0.7.3",
AppRelease = "Stable",
Author = "George Blouin",
EMail = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

allprojects {
version '0.7.2'
version '0.7.3'
jar {
onlyIf { !sourceSets.main.allSource.files.isEmpty() }
}
Expand Down
2 changes: 1 addition & 1 deletion saw/src/main/java/saw/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Constants {
// here is the versioning and program name
public final static String AppName = "SAW",
AppDescription = "Solaris Armor Werks",
Version = "0.7.2",
Version = "0.7.3",
AppRelease = "Stable",
ImageListFileName = "S7Images",
LogFileName = "Logs/SAW_Log.txt",
Expand Down
2 changes: 1 addition & 1 deletion ssw/src/main/java/ssw/constants/SSWConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class SSWConstants {
// here is the versioning and program name
public final static String AppName = "SSW",
AppDescription = "Solaris Skunk Werks",
Version = "0.7.2",
Version = "0.7.3",
AppRelease = "Stable",
ImageListFileName = "Data/Solaris7/S7Images",
LogDirectoryName = "Logs",
Expand Down
2 changes: 1 addition & 1 deletion sswlib/src/main/java/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
package common;

public class Constants {
public final static String LibVersion = "0.7.2",
public final static String LibVersion = "0.7.3",
BASELOADOUT_NAME = "Base Loadout",
WEAPONSFILE = "Data/Equipment/weapons.dat",
PHYSICALSFILE = "Data/Equipment/physicals.dat",
Expand Down

0 comments on commit 9145b2a

Please sign in to comment.