Skip to content

Commit

Permalink
Version increment 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotNB committed Nov 28, 2018
1 parent 71e8484 commit 37317cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

https://github.com/elliotnb/observable-slim

Version 0.1.2
Version 0.1.3

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.1.2
* Version 0.1.3
* https://github.com/elliotnb/observable-slim
*
* Licensed under the MIT license:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "0.1.3",
"main": "observable-slim.js",
"devDependencies": {
"babel-core": "6.26.0",
Expand Down

0 comments on commit 37317cc

Please sign in to comment.