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

Commit

Permalink
Fixed new commodity error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi0x committed Feb 23, 2022
1 parent a46b456 commit 81d41dd
Show file tree
Hide file tree
Showing 4 changed files with 4 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.6.9.8</version>
<version>1.6.9.9</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.6.9.8"
#define MyAppVersion "1.6.9.9"
#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 @@ -37,7 +37,7 @@ public class Main
public static File reddit;
public static File discord;
//TODO: Update version information
public static final String version = "1.6.9.8";//All.GUI.Logic.Hotfix
public static final String version = "1.6.9.9";//All.GUI.Logic.Hotfix
public static final VersionType versionType = VersionType.INSTALLER;

public static void main(String[] args)
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/fi0x/edct/logic/NameMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ public class NameMap
add("korokungpellets");
add("uzumokulow-gwings");
add("onionheadc");
add("classifiedexperimentalequipment");
}
};
private static final ArrayList<String> IGNORED = new ArrayList<>()
Expand Down

0 comments on commit 81d41dd

Please sign in to comment.