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

Commit 080356d

Browse files
committed
Merge tag 'v1.5.2' into develop
no message
2 parents f6c3cde + 46f757a commit 080356d

8 files changed

+6205
-5583
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ $ npm install vue-resource
1818
```
1919

2020
### CDN
21-
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/vue-resource@1.5.1), [unpkg](https://unpkg.com/vue-resource@1.5.1) or [cdnjs](https://cdnjs.com/libraries/vue-resource).
21+
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/vue-resource@1.5.2), [unpkg](https://unpkg.com/vue-resource@1.5.2) or [cdnjs](https://cdnjs.com/libraries/vue-resource).
2222
```html
23-
<script src="https://cdn.jsdelivr.net/npm/vue-resource@1.5.1"></script>
23+
<script src="https://cdn.jsdelivr.net/npm/vue-resource@1.5.2"></script>
2424
```
2525

2626
## Example

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-resource",
33
"main": "dist/vue-resource.js",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"description": "The HTTP client for Vue.js",
66
"homepage": "https://github.com/pagekit/vue-resource",
77
"license": "MIT",
@@ -17,4 +17,4 @@
1717
"docs",
1818
"package.json"
1919
]
20-
}
20+
}

0 commit comments

Comments
 (0)