Release v1.0.0
This commit is contained in:
parent
fc9adaeb2e
commit
4455a6d125
|
@ -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,
|
||||
|
|
12
package.json
12
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,
|
||||
|
|
Loading…
Reference in New Issue