Skip to content

Commit

Permalink
Update for v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
woubuc committed Jan 6, 2018
1 parent 2fd85b2 commit 8d71f9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
WurmMapGen v2.3.2
-----------------
Fixed: Missing portal marker for markerType 3
Changed: More output in verbose logging

WurmMapGen v2.3.1
-----------------
Fixed: Added missing empty portals.json datafile
Expand Down
2 changes: 1 addition & 1 deletion src/be/woubuc/wurmunlimited/wurmmapgen/WurmMapGen.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class WurmMapGen {

public static void main(String[] args) throws Exception {
// Log intro
System.out.println("WurmMapGen");
System.out.println("WurmMapGen v2.3.2");
System.out.println(" Developed and maintained by woubuc");
System.out.println(" Based on original code by garrett94");
System.out.println(" More info: github.com/woubuc/WurmMapGen");
Expand Down

0 comments on commit 8d71f9c

Please sign in to comment.