Skip to content

Commit 3d96c83

Browse files
committed
Version increment to 0.1.6
1 parent b8a2956 commit 3d96c83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
Version 0.1.5
7+
Version 0.1.6
88

99
Licensed under the MIT license:
1010

observable-slim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Observable Slim
3-
* Version 0.1.5
3+
* Version 0.1.6
44
* https://github.com/elliotnb/observable-slim
55
*
66
* Licensed under the MIT license:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "observable-slim",
33
"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.",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"main": "observable-slim.js",
66
"devDependencies": {
77
"@babel/core": "^7.17.8",

0 commit comments

Comments
 (0)