Skip to content

Commit 368749a

Browse files
committed
Version bump: 1.6.2
1 parent c6c3073 commit 368749a

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

BlockMap-cli/src/main/java/de/piegames/blockmap/standalone/VersionProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Download the latest version from the [Release page](https://github.com/piegamesd
4040

4141
The 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

4545
to start.
4646

@@ -58,9 +58,9 @@ to start.
5858
If 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

6565
will get you started. On Linux even with colors!
6666

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
apply plugin: "com.github.ben-manes.versions"
1717

1818
allprojects {
19-
version = '1.6.1'
19+
version = '1.6.2'
2020

2121
repositories {
2222
jcenter()

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

0 commit comments

Comments
 (0)