diff --git a/README.md b/README.md index 3af41fa..0e5dacb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Observable Slim https://github.com/elliotnb/observable-slim -Version 0.0.9 +Version 0.1.0 Licensed under the MIT license: diff --git a/observable-slim.js b/observable-slim.js index 7dae880..34ebbf1 100644 --- a/observable-slim.js +++ b/observable-slim.js @@ -1,6 +1,6 @@ /* * Observable Slim - * Version 0.0.9 + * Version 0.1.0 * https://github.com/elliotnb/observable-slim * * Licensed under the MIT license: diff --git a/package.json b/package.json index f7909d3..9188465 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "observable-slim", "description": "Observable Slim is a singleton that utilizes ES6 Proxies to observe changes made to an object and any nested children of that object. It is intended to assist with state management and one-way data binding.", - "version": "0.0.9", + "version": "0.1.0", "main": "observable-slim.js", "devDependencies": { "babel-core": "6.26.0",