From 38490903e1d4c2782bceb90e6727025cb4103b4b Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 4 Jan 2021 15:36:01 -0600 Subject: [PATCH] Prepare v3.2.0 release --- 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 cf386180..84406fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linter", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fea7a7b1..6b3f6650 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "./dist/index.js", "author": "steelbrain", "readme": "./README.md", - "version": "3.1.1", + "version": "3.2.0", "description": "A Base Linter with Cow Powers", "repository": "https://github.com/steelbrain/linter", "license": "MIT",