diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d8c9060f7..cb98d4f82 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +2.0.1: +- Fixed the issue with the super pickaxe not working with bedrock. +- Fixed an issue with the recursive super pickaxe not working properly. +- Added an argument to /listsnapshots to show more snapshots. +- Added an argument to //restore that lets you select a snapshot for + restoring without //use. + 2.0: - Added help message to //load telling users about //paste. - Added Notch tree planting tool mode with the right click of the pickaxe. diff --git a/manifest.mf b/manifest.mf index cb7ffb58b..c40723764 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,3 +1,3 @@ Manifest-Version: 1.0 Class-Path: jnbt.jar truezip.jar ant.jar -WorldEdit-Version: 2.0 \ No newline at end of file +WorldEdit-Version: 2.0.1 \ No newline at end of file