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

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffan committed May 22, 2017
1 parent 8088381 commit 8075f3a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ $ npm install vue-resource
```

### CDN
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).
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).
```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-resource",
"main": "dist/vue-resource.js",
"version": "1.3.2",
"version": "1.3.3",
"description": "The HTTP client for Vue.js",
"homepage": "https://github.com/pagekit/vue-resource",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-resource.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-resource v1.3.2
* vue-resource v1.3.3
* https://github.com/pagekit/vue-resource
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-resource.es2015.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-resource v1.3.2
* vue-resource v1.3.3
* https://github.com/pagekit/vue-resource
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-resource.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-resource v1.3.2
* vue-resource v1.3.3
* https://github.com/pagekit/vue-resource
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-resource.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-resource",
"version": "1.3.2",
"version": "1.3.3",
"main": "dist/vue-resource.common.js",
"module": "dist/vue-resource.es2015.js",
"unpkg": "dist/vue-resource.min.js",
Expand Down

0 comments on commit 8075f3a

Please sign in to comment.