Skip to content

Commit ef61a8f

Browse files
committed
Bump to 1.0.0
1 parent 0da7c69 commit ef61a8f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ npm install git+https://github.com/alttiri/vue-file-input.git
4343

4444
- **Based on SemVer:**
4545
```bash
46-
npm install git+https://github.com/alttiri/vue-file-input.git#semver:0.3.0
46+
npm install git+https://github.com/alttiri/vue-file-input.git#semver:1.0.0
4747
```
4848
Or add
4949
```
50-
"@alttiri/vue-file-input": "github:alttiri/vue-file-input#semver:0.3.0"
50+
"@alttiri/vue-file-input": "github:alttiri/vue-file-input#semver:1.0.0"
5151
```
5252
as `dependencies` in `package.json` file.
5353

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alttiri/vue-file-input",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"type": "module",
55
"description": "Vue.js file input with Drag and Drop support.",
66
"homepage": "https://github.com/alttiri/vue-file-input",

0 commit comments

Comments
 (0)