Fix version number in changelog and package.json
parent
ae2fee8be8
commit
6d2391dba6
|
@ -1,4 +1,4 @@
|
||||||
# v.1.2
|
# v1.2
|
||||||
* Internationalization / Language / Translation support (i18n) with support for German/French
|
* Internationalization / Language / Translation support (i18n) with support for German/French
|
||||||
* A frontend/client side testing framework and backend build tests
|
* A frontend/client side testing framework and backend build tests
|
||||||
* Customizable robots.txt
|
* Customizable robots.txt
|
||||||
|
|
|
@ -46,5 +46,5 @@
|
||||||
"engines" : { "node" : ">=0.6.0",
|
"engines" : { "node" : ">=0.6.0",
|
||||||
"npm" : ">=1.0"
|
"npm" : ">=1.0"
|
||||||
},
|
},
|
||||||
"version" : "1.2"
|
"version" : "1.2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue