diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a5ec39b..c6ff46019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ zombie.js-changelog(7) -- Changelog =================================== -## Version 0.12.16 2012-04-25 +## Version 0.13.0 2012-04-25 Now requires Node 0.6.x or later. Also upgraded to CoffeeScript 1.3.1, which helped find a couple of skipped tests. diff --git a/package.json b/package.json index f936815c7..a8ca6f88a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "zombie", - "version": "0.12.15", + "version": "0.13.0", "description": "Insanely fast, full-stack, headless browser testing using Node.js", "homepage": "http://zombie.labnotes.org/", "author": "Assaf Arkin (http://labnotes.org/)",