From 7ed2bcd085887c3c7abbaab0302fa0e9d1075660 Mon Sep 17 00:00:00 2001 From: John Taylor Date: Tue, 21 May 2019 09:25:53 -0400 Subject: [PATCH] Bumping version 0.0.10 -> 0.0.11 Ignoring VSCode settings --- .gitignore | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39c151b..86cd785 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,10 @@ uploads/ *.sublime-project *.sublime-workspace +# VSCode editor +# ============== +/.vscode + # Eclipse project files # ===================== .project diff --git a/package.json b/package.json index 02ec714..a636dde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdffiller", - "version": "0.0.10", + "version": "0.0.11", "private": false, "description": "Take an existing PDF Form and data and PDF Filler will create a new PDF with all given fields populated.", "main": "index.js",