Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini committed Nov 19, 2023
1 parent cfa9d38 commit e2ea953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Alternately, you can link it directly from a CDN:

```html
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="https://unpkg.com/[email protected].0"></script>
<script src="https://unpkg.com/[email protected].1"></script>

<div id="app">
<input type="number" v-model="x"> + <input type="number" v-model="y">
Expand Down
4 changes: 2 additions & 2 deletions 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-async-computed",
"version": "4.0.0",
"version": "4.0.1",
"description": "Async computed properties for Vue",
"main": "dist/vue-async-computed.js",
"module": "dist/vue-async-computed.esm.js",
Expand Down

0 comments on commit e2ea953

Please sign in to comment.