Skip to content

Commit

Permalink
chore : increment versionning for realease to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
MacKentoch committed Oct 18, 2015
1 parent b7c0a52 commit efa5c30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -4,7 +4,7 @@
"./dist/public/js/eda.stepway.js",
"./dist/public/css/eda.stepway.css"
],
"version": "1.0.24",
"version": "1.0.25",
"description": "create amazing forms without coding : form editor based on angular formly",
"keywords": [
"easy",
Expand Down
4 changes: 2 additions & 2 deletions easyFormGenConfig/app/appConfig.js
Expand Up @@ -12,8 +12,8 @@ module.exports = {

//easy form generator verioning
version : {
stepWay : '1.0.24',
dragAndDropWay : '1.0.24'
stepWay : '1.0.25',
dragAndDropWay : '1.0.25'
},

concatVendorFiles : false
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "easy-form-generator",
"version": "1.0.24",
"version": "1.0.25",
"description": "create amazing forms without coding : form editor based on angular formly",
"scripts": {
"test": "echo \"Error: no test specified right now\" && exit 1"
Expand Down

0 comments on commit efa5c30

Please sign in to comment.