Bump version to 0.1.0

This commit is contained in:
Charles Blaxland 2014-08-12 23:02:04 +10:00
parent 6bb5a43a79
commit e3f9466146
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "html-webpack-plugin",
"version": "0.0.0",
"version": "0.1.0",
"description": "Generates HTML files to serve your webpack bundles",
"main": "index.js",
"scripts": {
@ -29,6 +29,6 @@
"webpack": "^1.3.3-beta1"
},
"dependencies": {
"blueimp-tmpl": "^2.5.4"
"blueimp-tmpl": "~2.5.4"
}
}