From 502079d537c58ac77d004fa40c7982b931de859e Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Tue, 31 May 2022 21:18:03 +0300 Subject: [PATCH] Bump version --- 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 c2d5c3b..20876ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mc-publish", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f8ba54..fe9bc44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mc-publish", - "version": "2.1.0", + "version": "2.1.1", "description": "GitHub Action that helps you publish your Minecraft mods", "main": "src/index.ts", "scripts": {