Skip to content

Commit

Permalink
Version bump :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Apr 18, 2011
1 parent 7f06c4a commit 889103f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classy.js
@@ -1,13 +1,13 @@
/**
* Classy - classy classes for JavaScript
*
* :copyright: (c) 2010 by Armin Ronacher.
* :copyright: (c) 2011 by Armin Ronacher.
* :license: BSD.
*/

;(function(undefined) {
var
CLASSY_VERSION = '1.3',
CLASSY_VERSION = '1.4',
root = this,
old_class = root.Class,
disable_constructor = false;
Expand Down

0 comments on commit 889103f

Please sign in to comment.