Skip to content

Commit

Permalink
Update Vlow
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Sep 30, 2022
1 parent 5f1d7e6 commit 7bf826c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var _withVlow = _interopRequireDefault(require("./withVlow"));
* SOFTWARE.
*/
var Vlow = {
version: '1.1.15'
version: '1.1.16'
};
Vlow.Store = _store["default"];
Vlow.Component = _component["default"];
Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "vlow",
"version": "1.1.15",
"version": "1.1.16",
"description": "A simple library for unidirectional dataflow architecture inspired by Reflux",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {createActions} from './actions';
import withVlow from './withVlow';

const Vlow = {
version: '1.1.15',
version: '1.1.16',
};

Vlow.Store = Store;
Expand Down

0 comments on commit 7bf826c

Please sign in to comment.