From 4455a6d12546babe6c2334f5d0c553383c01bde3 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Tue, 24 Nov 2020 19:31:40 +0100 Subject: [PATCH] Release v1.0.0 --- dist/package.json | 12 +++++++++--- package.json | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/dist/package.json b/dist/package.json index e1c2478..0bd991b 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,8 +1,14 @@ { "name": "action-spigotmc", - "version": "0.0.1", - "description": "", - "keywords": [], + "version": "1.0.0", + "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", + "minecraft", + "spigot", + "papermc", + "continuous-integration" + ], "homepage": "https://github.com/SpraxDev/Action-SpigotMC#readme", "main": "dist/index.js", "private": true, diff --git a/package.json b/package.json index e1c2478..0bd991b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,14 @@ { "name": "action-spigotmc", - "version": "0.0.1", - "description": "", - "keywords": [], + "version": "1.0.0", + "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", + "minecraft", + "spigot", + "papermc", + "continuous-integration" + ], "homepage": "https://github.com/SpraxDev/Action-SpigotMC#readme", "main": "dist/index.js", "private": true,