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

Commit 8075f3a

Browse files
author
Steffan
committed
v1.3.3
1 parent 8088381 commit 8075f3a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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/[email protected].2), [unpkg](https://unpkg.com/[email protected].2) or [cdnjs](https://cdnjs.com/libraries/vue-resource).
21+
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/[email protected].3), [unpkg](https://unpkg.com/[email protected].3) or [cdnjs](https://cdnjs.com/libraries/vue-resource).
2222
```html
23-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script>
23+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
2424
```
2525

2626
## Example

bower.json

Lines changed: 1 addition & 1 deletion
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.3.2",
4+
"version": "1.3.3",
55
"description": "The HTTP client for Vue.js",
66
"homepage": "https://github.com/pagekit/vue-resource",
77
"license": "MIT",

dist/vue-resource.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-resource v1.3.2
2+
* vue-resource v1.3.3
33
* https://github.com/pagekit/vue-resource
44
* Released under the MIT License.
55
*/

dist/vue-resource.es2015.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-resource v1.3.2
2+
* vue-resource v1.3.3
33
* https://github.com/pagekit/vue-resource
44
* Released under the MIT License.
55
*/

dist/vue-resource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-resource v1.3.2
2+
* vue-resource v1.3.3
33
* https://github.com/pagekit/vue-resource
44
* Released under the MIT License.
55
*/

dist/vue-resource.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.3.2",
3+
"version": "1.3.3",
44
"main": "dist/vue-resource.common.js",
55
"module": "dist/vue-resource.es2015.js",
66
"unpkg": "dist/vue-resource.min.js",

0 commit comments

Comments
 (0)