diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 06431d3..0e17404 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -4,11 +4,11 @@
Download MCEdit
- Latest version: Tech Demo
+ Latest version: 2.0.0-alpha1
-
- Windows (64-bit only)
+ Windows (64-bit only)
diff --git a/_posts/2015-2-2-mcedit2-prerelease.md b/_posts/2015-2-2-mcedit2-prerelease.md
new file mode 100644
index 0000000..1f151a7
--- /dev/null
+++ b/_posts/2015-2-2-mcedit2-prerelease.md
@@ -0,0 +1,13 @@
+---
+layout: post
+title: "MCEdit 2.0 alpha 2.0.0a1 released"
+date: 2015-2-2 15:00:00 -1000
+comments: true
+---
+
+As a reward for my twitter followers, an early alpha version of MCEdit 2.0 is now available from the links to the left.
+
+Many key features are now here, but in a very rough state. Lots of things are slow and still don't work right. As before, Do not use this version for any serious work! Don't bother reporting any bugs, except for when MCEdit crashes on startup or doesn't even open - and remember to post your `mcedit.log` file.
+
+Only for 64-bit Windows, because resource limits aren't in yet and it will just run out of memory on 32-bit.
+
diff --git a/_posts/_2015-1-1-mcedit-2-is-here.md b/_posts/_2015-1-1-mcedit-2-is-here.md
deleted file mode 100644
index 96c4540..0000000
--- a/_posts/_2015-1-1-mcedit-2-is-here.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: post
-title: "MCEdit 2.0 development is now in Alpha"
-date: 2015-1-1 00:00:00 -1000
-comments: true
----
-
-MCEdit 2.0 has been in development for what seems like a year, and it is now ready for public testing. Use the
-download links to the left to choose the correct edition for your computer.
-
-While in Alpha, I am only interested in bug reports where MCEdit completely fails to start. Open an issue using the
-"Report Issues" link to the left and always attach your `mcedit.log` file from the MCEdit folder.
-
-MCEdit has been almost completely rewritten, and now sports a conventional UI made using the Qt toolkit. Here are
-some new features you might like.
-
-- Instant undo/redo - no waiting for a copy before every edit.
-- Shaped selections - combine selections by adding and subtracting shapes
-- Lighting updated immediately - instead of all at once when you save
-- Resource pack support - textures, block models, and items
-- Block model support - future blocks will now display correctly (Requires MC 1.7+)
-- Textures and models from your Minecraft installation (Requires MC 1.7+)
-- Generate tool - generate structures and objects with live preview (will be extendable with plugins!)
-- New plugin system - replaces the old "filter" system with several new types of plugin (WIP)
-