Skip to content

Commit

Permalink
[build] 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freakzlike committed Jun 17, 2020
1 parent ae47ade commit b31ee51
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.14.0/dist/vue-service-model.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-service-model@0.15.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.14.0",
"version": "0.15.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 b31ee51

Please sign in to comment.