From e3592694e2b09952b43e42f116e8ea639908b8e7 Mon Sep 17 00:00:00 2001 From: Nuno Alexandre Date: Mon, 4 Nov 2019 22:28:41 +0000 Subject: [PATCH] 0.0.6 --- .gitignore | 2 ++ .idea/workspace.xml | 6 ++++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 421e158..d472993 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +.idea + # Runtime data pids *.pid diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ece886a..57bd904 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,9 @@ - + + + diff --git a/package.json b/package.json index 20d5a09..939d132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-attachment", - "version": "0.0.4", + "version": "0.0.6", "description": "An Attachement component for Vue.js", "main": "src/index.js", "scripts": {