From 19265bf5a2d483392819790c8cb5a990922a21bb Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sun, 1 Aug 2021 20:02:17 +0200 Subject: [PATCH] Release 1.0.2 --- README.md | 4 ++-- dist/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9e7caa5..2d90a3e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you don't change them, you can remove them from your workflow, as they are set automatically. ```YAML -- uses: SpraxDev/Action-SpigotMC@v1 +- uses: SpraxDev/Action-SpigotMC@v3 with: # A comma-separated list of Spigot version that should be compiled # These values are later given to the BuildTools.jar as '--rev' argument @@ -77,4 +77,4 @@ as they are set automatically. # My (SpraxDev) provider is causing some builds to fail depending on the build environment # Available: SpraxDev, SpigotMC buildToolProvider: SpigotMC # Optional -``` \ No newline at end of file +``` diff --git a/dist/package.json b/dist/package.json index 7e3d891..42c920a 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "action-spigotmc", - "version": "1.0.0", + "version": "1.0.2", "description": "This GitHub Action allows you to easily compile Minecraft Spigot or Paper and install it in your runners local maven repository.", "keywords": [ "github-actions", diff --git a/package-lock.json b/package-lock.json index 0598b76..9231b5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-spigotmc", - "version": "1.0.0", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "action-spigotmc", - "version": "1.0.0", + "version": "1.0.2", "license": "MIT", "dependencies": { "@actions/core": "^1.4.0", diff --git a/package.json b/package.json index 7e3d891..42c920a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-spigotmc", - "version": "1.0.0", + "version": "1.0.2", "description": "This GitHub Action allows you to easily compile Minecraft Spigot or Paper and install it in your runners local maven repository.", "keywords": [ "github-actions",