Skip to content

Commit

Permalink
Package version increment to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotNB committed May 4, 2018
1 parent 3ac2998 commit b6da939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.3",
"version": "0.0.4",
"main": "observable-slim.js",
"devDependencies": {
"babel-core": "6.26.0",
Expand Down

0 comments on commit b6da939

Please sign in to comment.