diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0f145..7c28e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Last Changes + +## v1.3.0 + - [#10] (https://github.com/LaxarJS/shop_demo/issues/10): Theming: added darkly SCSS theme - [#9] (https://github.com/LaxarJS/shop_demo/issues/9): Documentation: Fixed links in README.md - [#8] (https://github.com/LaxarJS/shop_demo/issues/8): Theming: added darkly theme diff --git a/bower.json b/bower.json index 5e126a9..0f4c5d3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ShopDemo", - "version": "1.3.0-pre", + "version": "1.3.0", "description": "A DemoApp to learn how LaxarJS works.", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1b25341..8ee7ceb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ShopDemo", - "version": "0.1.0", + "version": "1.3.0", "description": "A DemoApp to learn how LaxarJS works.", "license": "MIT", "scripts": {