mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Bump version
This commit is contained in:
parent
0a96deb961
commit
a28c807d04
3 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
# ...
|
# ...
|
||||||
steps:
|
steps:
|
||||||
- uses: Kir-Antipov/mc-publish@v3.2
|
- uses: Kir-Antipov/mc-publish@v3.3
|
||||||
with:
|
with:
|
||||||
# Only include this section if you wish to publish
|
# Only include this section if you wish to publish
|
||||||
# your assets on Modrinth.
|
# your assets on Modrinth.
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
# ...
|
# ...
|
||||||
steps:
|
steps:
|
||||||
- uses: Kir-Antipov/mc-publish@v3.2
|
- uses: Kir-Antipov/mc-publish@v3.3
|
||||||
with:
|
with:
|
||||||
modrinth-id: AANobbMI
|
modrinth-id: AANobbMI
|
||||||
modrinth-featured: true
|
modrinth-featured: true
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mc-publish",
|
"name": "mc-publish",
|
||||||
"version": "3.2.0",
|
"version": "3.3.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mc-publish",
|
"name": "mc-publish",
|
||||||
"version": "3.2.0",
|
"version": "3.3.0",
|
||||||
"description": "GitHub Action that helps you publish your Minecraft mods",
|
"description": "GitHub Action that helps you publish your Minecraft mods",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Reference in a new issue