Skip to content

Commit

Permalink
Set version to 1.11a-beta1 and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Dec 3, 2016
1 parent 0312f26 commit 05de9e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#WorldDownloader 1.10a for Minecraft 1.10 using MCP 9.28 (+Custom SRGs)
#WorldDownloader 1.11a for Minecraft 1.11 using MCP 9.35-rv1

A minecraft mod that downloads a copy of a world on a multiplayer server for personal singleplayer use. This is a fork of [@dslake's original version](https://github.com/dslake/WorldDownloader), updated to 1.10.
A minecraft mod that downloads a copy of a world on a multiplayer server for personal singleplayer use. This is a fork of [@dslake's original version](https://github.com/dslake/WorldDownloader), updated to 1.11.

MCP is used for decompilation and recompilation. Download it from [here](http://www.modcoderpack.com/website/releases).

Expand Down
4 changes: 2 additions & 2 deletions src/wdl/WDL.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ public class WDL {
/**
* Current version. This should match the git tag for the current release.
*/
public static final String VERSION = "1.10a-beta1";
public static final String VERSION = "1.11a-beta1";
/**
* The version of minecraft that this mod is installed on.
*/
public static final String EXPECTED_MINECRAFT_VERSION = "1.10";
public static final String EXPECTED_MINECRAFT_VERSION = "1.11";
/**
* Owning username for the github repository to check for updates against.
*
Expand Down

0 comments on commit 05de9e4

Please sign in to comment.