Skip to content

Commit

Permalink
[build] 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freakzlike committed Jan 17, 2021
1 parent 7074391 commit 10a2e33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ yarn add vue-service-model
<script src="https://cdn.jsdelivr.net/npm/vue-service-model/dist/vue-service-model.min.js"></script>
```

For production you should use a specific versions to avoid unexpected changes.
For production, you should use a specific versions to avoid unexpected changes.
```html
<script src="https://cdn.jsdelivr.net/npm/vue-service-model@0.18.0/dist/vue-service-model.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-service-model@0.18.1/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.18.0",
"version": "0.18.1",
"description": "Vue.js library for handling REST service requests with caching, aggregation and model definitions",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 10a2e33

Please sign in to comment.