Skip to content

Commit efa5c30

Browse files
committed
chore : increment versionning for realease to bower
1 parent b7c0a52 commit efa5c30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"./dist/public/js/eda.stepway.js",
55
"./dist/public/css/eda.stepway.css"
66
],
7-
"version": "1.0.24",
7+
"version": "1.0.25",
88
"description": "create amazing forms without coding : form editor based on angular formly",
99
"keywords": [
1010
"easy",

easyFormGenConfig/app/appConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ module.exports = {
1212

1313
//easy form generator verioning
1414
version : {
15-
stepWay : '1.0.24',
16-
dragAndDropWay : '1.0.24'
15+
stepWay : '1.0.25',
16+
dragAndDropWay : '1.0.25'
1717
},
1818

1919
concatVendorFiles : false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easy-form-generator",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"description": "create amazing forms without coding : form editor based on angular formly",
55
"scripts": {
66
"test": "echo \"Error: no test specified right now\" && exit 1"

0 commit comments

Comments
 (0)