Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 4c9d3b2

Browse files
committed
v0.1.1
1 parent bfaf948 commit 4c9d3b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-resource",
33
"main": "dist/vue-resource.js",
44
"description": "A web request service for Vue.js",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"homepage": "https://github.com/vuejs/vue-resource",
77
"license": "MIT",
88
"ignore": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-resource",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A web request service for Vue.js",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)