Skip to content

Commit

Permalink
Release 3.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Aug 16, 2023
1 parent c97ee9c commit 81d93d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</p>
<h1 align="center">
Get Started —
<a href="https://codepen.io/upload-js/pen/yLpvYew?editors=1000">
<a href="https://codepen.io/bytescale/pen/yLpvYew?editors=1000">
Try on CodePen
</a>
</h1>
Expand Down Expand Up @@ -83,7 +83,7 @@ Or via a `<script>` tag:

Vue Uploader provides two options:

### Option 1) File Upload Button — [Try on CodePen](https://codepen.io/upload-js/pen/yLpvYew?editors=1000)
### Option 1) File Upload Button — [Try on CodePen](https://codepen.io/bytescale/pen/yLpvYew?editors=1000)

Create a file upload button using the `openUploadModal` helper:

Expand Down Expand Up @@ -130,7 +130,7 @@ Create a file upload button using the `openUploadModal` helper:
</script>
```

### Option 2) Dropzone — [Try on CodePen](https://codepen.io/upload-js/pen/RwJvpKG?editors=1000)
### Option 2) Dropzone — [Try on CodePen](https://codepen.io/bytescale/pen/RwJvpKG?editors=1000)

Create a file upload dropzone using the `UploadDropzone` component:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upload-io/vue-uploader",
"version": "3.36.0",
"version": "3.37.0",
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
"description": "Vue File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",
"license": "MIT",
Expand Down

0 comments on commit 81d93d3

Please sign in to comment.