diff --git a/CHANGES.txt b/CHANGES.txt index 11cca6b..cd24671 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -NEXT RELEASE +0.0.8 : 2014-01-03 - In addition to accepting an Array, o.DuckType now accepts an Object, allowing for type checking. - Added o.PatternType for creating types that match against a RegExp. diff --git a/bower.json b/bower.json index 8e9d583..9c0e346 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,7 @@ "description": "JavaScript utility belt for rich objects and prototypes. Ooooh!", "homepage": "http://o-js.com", "main": "o.js", - "version": "0.0.7", + "version": "0.0.8", "authors": [ "Aran Deltac" ], "license": "MIT", "keywords": [ diff --git a/package.json b/package.json index 861ec8d..8001aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o", - "version": "0.0.7", + "version": "0.0.8", "description": "JavaScript utility belt for rich objects and prototypes. Ooooh!", "homepage": "http://o-js.com",