From 68b8bd6808392e202c402363434c9ba2fc196811 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 4 Jan 2021 19:37:50 -0600 Subject: [PATCH] Prepare v3.2.3 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 2b0612d1..ca1baf70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linter", - "version": "3.2.2", + "version": "3.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f928a98d..6fd64839 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "./dist/index.js", "author": "steelbrain", "readme": "./README.md", - "version": "3.2.2", + "version": "3.2.3", "description": "A Base Linter with Cow Powers", "repository": "https://github.com/steelbrain/linter", "license": "MIT",