Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
quirkey committed Jul 30, 2011
1 parent 261a966 commit 2a208b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/sammy.js
@@ -1,5 +1,5 @@
// name: sammy
// version: 0.7.0pre
// version: 0.7.0

// Sammy.js / http://sammyjs.org

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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"],
Expand Down

0 comments on commit 2a208b7

Please sign in to comment.