diff --git a/bower.json b/bower.json index d731040e..5c536fe7 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "vue-resource", "main": "dist/vue-resource.js", "description": "A web request service for Vue.js", - "version": "0.5.0", + "version": "0.5.1", "homepage": "https://github.com/vuejs/vue-resource", "license": "MIT", "ignore": [ diff --git a/dist/vue-resource.js b/dist/vue-resource.js index edb7d85b..932efa04 100644 --- a/dist/vue-resource.js +++ b/dist/vue-resource.js @@ -1,5 +1,5 @@ /** - * vue-resource v0.5.0 + * vue-resource v0.5.1 * https://github.com/vuejs/vue-resource * Released under the MIT License. */ diff --git a/dist/vue-resource.min.js b/dist/vue-resource.min.js index 8fcabc61..2f3f1acc 100644 --- a/dist/vue-resource.min.js +++ b/dist/vue-resource.min.js @@ -1,5 +1,5 @@ /** - * vue-resource v0.5.0 + * vue-resource v0.5.1 * https://github.com/vuejs/vue-resource * Released under the MIT License. */ diff --git a/package.json b/package.json index 3ab45661..a0d99242 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "vue-resource", - "version": "0.5.0", + "version": "0.5.1", "description": "A web request service for Vue.js", "main": "src/index.js", "scripts": { "build": "webpack --config build/webpack.build.config.js", - "test": "webpack --config test/webpack.config.js", - "install": "npm run build && npm run test" + "test": "webpack --config test/webpack.config.js" }, "repository": { "type": "git",