diff --git a/lib/sammy.js b/lib/sammy.js index 278d6e58..290401df 100644 --- a/lib/sammy.js +++ b/lib/sammy.js @@ -1,5 +1,5 @@ // name: sammy -// version: 0.7.0pre +// version: 0.7.0 // Sammy.js / http://sammyjs.org @@ -74,7 +74,7 @@ } }; - Sammy.VERSION = '0.7.0pre'; + Sammy.VERSION = '0.7.0'; // Add to the global logger pool. Takes a function that accepts an // unknown number of arguments and should print them or send them somewhere diff --git a/package.json b/package.json index 3276615e..582746f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sammy", - "version": "0.7.0pre", + "version": "0.7.0", "maintainers": [{"name":"Aaron Quint", "web": "http://www.quirkey.com"}], "description": "Sammy is a RESTful Evented JavaScript framework built on top of jQuery", "keywords": ["framework", "jquery", "sammy"],