Skip to content

Commit

Permalink
[build] 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freakzlike committed Aug 11, 2020
1 parent befb67d commit 98d2d7f
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 @@ -23,7 +23,7 @@ yarn add vue-service-model

For production you should use a specific versions to avoid unexpected changes.
```html
<script src="https://cdn.jsdelivr.net/npm/vue-service-model@0.16.0/dist/vue-service-model.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-service-model@0.17.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.16.0",
"version": "0.17.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 98d2d7f

Please sign in to comment.