File tree Expand file tree Collapse file tree
BlockMap-cli/src/main/java/de/piegames/blockmap/standalone Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public class VersionProvider implements IVersionProvider {
88 public String [] getVersion () throws Exception {
99 /* This part of the code gets generated automatically through `gradle generateSources`. Do not modify! */
1010 // $REPLACE_START
11- return new String [] { "1.6.1 " };
11+ return new String [] { "1.6.2 " };
1212 // $REPLACE_END
1313 }
1414}
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Download the latest version from the [Release page](https://github.com/piegamesd
4040
4141The GUI version should just run by (double)clicking it. Otherwise run it through:
4242
43- java -jar BlockMap-gui-1.6.1 .jar
43+ java -jar BlockMap-gui-1.6.2 .jar
4444
4545to start.
4646
@@ -58,9 +58,9 @@ to start.
5858If you want to use BlockMap through the command line without,
5959
6060 # For general usage help
61- java -jar BlockMap-cli-1.6.1 .jar help
61+ java -jar BlockMap-cli-1.6.2 .jar help
6262 # For help about rendering worlds to a folder
63- java -jar BlockMap-cli-1.6.1 .jar help render
63+ java -jar BlockMap-cli-1.6.2 .jar help render
6464
6565will get you started. On Linux even with colors!
6666
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
1616apply plugin : " com.github.ben-manes.versions"
1717
1818allprojects {
19- version = ' 1.6.1 '
19+ version = ' 1.6.2 '
2020
2121 repositories {
2222 jcenter()
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 1.6.2
4+ ### Changes
5+
6+ - Added a color map that shows only rails (#38 , thanks gobo7793)
7+ - Fixed a bug (#36 , thanks jedenastka)
8+
39## Version 1.6.1
410### Changes
511
You can’t perform that action at this time.
0 commit comments