Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi0x committed Jun 9, 2021
1 parent 8b618e3 commit e2c315d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.fi0x.edct</groupId>
<artifactId>EliteDangerousCarrierTrader</artifactId>
<!-- //TODO: update version -->
<version>1.0.2.2</version>
<version>1.0.2.3</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

; TODO: Update Version info
#define MyAppName "Elite Dangerous Carrier Trader"
#define MyAppVersion "1.0.2.2"
#define MyAppVersion "1.0.2.3"
#define MyAppPublisher "Fi0x"
#define MyAppURL "https://github.com/Fi0x/EDCT"
#define MyAppExeName "EDCT.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/fi0x/edct/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Main
public static File errors;
public static File settings;
//TODO: Update version information
public static final String version = "1.0.2.2";//All.GUI.Logic.Hotfix
public static final String version = "1.0.2.3";//All.GUI.Logic.Hotfix

public static void main(String[] args)
{
Expand Down

0 comments on commit e2c315d

Please sign in to comment.