Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van der Heijden committed Mar 24, 2021
1 parent 292770f commit 62529c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6'
version: '1.1.12'
};
Vlow.Store = _store["default"];
Vlow.Component = _component["default"];
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.6',
version: '1.1.12',
};

Vlow.Store = Store;
Expand Down

0 comments on commit 62529c8

Please sign in to comment.