Skip to content

Commit

Permalink
Version increment to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotNB committed Aug 13, 2018
1 parent 4327af2 commit 21ffdb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Observable Slim
https://github.com/elliotnb/observable-slim

Version 0.0.8
Version 0.0.9

Licensed under the MIT license:

Expand Down
2 changes: 1 addition & 1 deletion observable-slim.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Observable Slim
* Version 0.0.8
* Version 0.0.9
* https://github.com/elliotnb/observable-slim
*
* Licensed under the MIT license:
Expand Down
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.8",
"version": "0.0.9",
"main": "observable-slim.js",
"devDependencies": {
"babel-core": "6.26.0",
Expand Down

0 comments on commit 21ffdb0

Please sign in to comment.