Skip to content

Commit

Permalink
Version bump: 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Mar 16, 2020
1 parent c6c3073 commit 368749a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class VersionProvider implements IVersionProvider {
public String[] getVersion() throws Exception {
/* This part of the code gets generated automatically through `gradle generateSources`. Do not modify! */
// $REPLACE_START
return new String[] { "1.6.1" };
return new String[] { "1.6.2" };
// $REPLACE_END
}
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Download the latest version from the [Release page](https://github.com/piegamesd

The GUI version should just run by (double)clicking it. Otherwise run it through:

java -jar BlockMap-gui-1.6.1.jar
java -jar BlockMap-gui-1.6.2.jar

to start.

Expand All @@ -58,9 +58,9 @@ to start.
If you want to use BlockMap through the command line without,

# For general usage help
java -jar BlockMap-cli-1.6.1.jar help
java -jar BlockMap-cli-1.6.2.jar help
# For help about rendering worlds to a folder
java -jar BlockMap-cli-1.6.1.jar help render
java -jar BlockMap-cli-1.6.2.jar help render

will get you started. On Linux even with colors!

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
apply plugin: "com.github.ben-manes.versions"

allprojects {
version = '1.6.1'
version = '1.6.2'

repositories {
jcenter()
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 1.6.2
### Changes

- Added a color map that shows only rails (#38, thanks gobo7793)
- Fixed a bug (#36, thanks jedenastka)

## Version 1.6.1
### Changes

Expand Down

0 comments on commit 368749a

Please sign in to comment.