From 2a208b77627440d27b3ebc9cccb1ab31f23d1715 Mon Sep 17 00:00:00 2001 From: Aaron Quint Date: Sat, 30 Jul 2011 16:55:25 -0700 Subject: [PATCH] Update version --- lib/sammy.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"],