Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kir-Antipov committed Aug 21, 2022
1 parent ff0b69f commit b6dd854
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
# ...
steps:
- uses: Kir-Antipov/mc-publish@v3.1
- uses: Kir-Antipov/mc-publish@v3.2
with:
# You don't need this section if you don't want to publish
# your assets to Modrinth
Expand All @@ -41,7 +41,7 @@ jobs:
build:
# ...
steps:
- uses: Kir-Antipov/mc-publish@v3.1
- uses: Kir-Antipov/mc-publish@v3.2
with:
modrinth-id: AANobbMI
modrinth-featured: true
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mc-publish",
"version": "3.1.0",
"version": "3.2.0",
"description": "GitHub Action that helps you publish your Minecraft mods",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit b6dd854

Please sign in to comment.