From a44a254da1f3f38467c1bf4d0405fbf07d0f1023 Mon Sep 17 00:00:00 2001 From: sk89q Date: Tue, 9 Nov 2010 01:54:16 -0800 Subject: [PATCH] Updated for 2.0.1. --- CHANGELOG.txt | 7 +++++++ manifest.mf | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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