Skip to content

Commit

Permalink
[build] 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freakzlike committed May 17, 2020
1 parent 6f4cb59 commit c69b38b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ yarn add vue-service-model vue vue-async-computed

For production you should use a specific versions to avoid unexpected changes.
```html
<script src="https://cdn.jsdelivr.net/npm/vue-service-model@0.12.0/dist/vue-service-model.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-service-model@0.13.0/dist/vue-service-model.min.js"></script>
```

::: warning
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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-service-model",
"version": "0.12.0",
"version": "0.13.0",
"description": "Vue.js library for handling REST service requests with caching, aggregation and model definitions",
"license": "MIT",
"author": {
Expand Down

0 comments on commit c69b38b

Please sign in to comment.