Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
somespecialone committed Jun 28, 2023
1 parent fe7532c commit bf307e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ yarn add vuecomotive-scroll
Specified version

```html
<script src="https://unpkg.com/vuecomotive-scroll@0.1.0"></script>
<script src="https://unpkg.com/vuecomotive-scroll@0.2.0"></script>
```

Latest
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ yarn add vuecomotive-scroll
:::code-group

```html [specified version]
<script src="https://unpkg.com/vuecomotive-scroll@0.1.0"></script>
<script src="https://unpkg.com/vuecomotive-scroll@0.2.0"></script>
```

```html [latest]
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuecomotive-scroll",
"version": "0.1.0",
"version": "0.2.0",
"description": "Vue wrapper for precious Locomotive scroll",
"keywords": [
"typescript",
Expand Down

0 comments on commit bf307e2

Please sign in to comment.