From cbc53f45ea0925ef0a24d17bb125f28a666fc81a Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 4 Jan 2021 17:35:20 -0600 Subject: [PATCH] Prepare v3.2.1 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 84406fd6..2c7f98b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linter", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4827897c..204e9fba 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "./dist/index.js", "author": "steelbrain", "readme": "./README.md", - "version": "3.2.0", + "version": "3.2.1", "description": "A Base Linter with Cow Powers", "repository": "https://github.com/steelbrain/linter", "license": "MIT",