Fix version number in changelog and package.json

This commit is contained in:
Marcel Klehr 2012-11-14 22:02:40 +01:00
parent ae2fee8be8
commit 6d2391dba6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# v.1.2
# v1.2
* Internationalization / Language / Translation support (i18n) with support for German/French
* A frontend/client side testing framework and backend build tests
* Customizable robots.txt

View File

@ -46,5 +46,5 @@
"engines" : { "node" : ">=0.6.0",
"npm" : ">=1.0"
},
"version" : "1.2"
"version" : "1.2.0"
}