From 97354d2c3f208024ab32523dfbfc0c1bfadce42b Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Mon, 10 Feb 2020 12:46:15 -0500 Subject: [PATCH] 0.3.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 853ad7e..f7856c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@github/file-attachment-element", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9cd907f..68a5185 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@github/file-attachment-element", - "version": "0.2.0", + "version": "0.3.0", "description": "Attach files via drag and drop or file input.", "main": "dist/index.umd.js", "module": "dist/index.js",