Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Sep 7, 2023
1 parent fb39ee7 commit aaef06a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@ jobs:
files: |
FG-Fabric/build/libs/*
FG-Forge/build/libs/*
- name: Publish-Forge-Curseforge
uses: Kir-Antipov/mc-publish@v3.2
with:
curseforge-id: 681953
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
loaders: forge
name: ${{github.ref_name}} - Forge
version-type: beta
files: '*Forge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
- name: Publish-Forge-Modrinth
uses: Kir-Antipov/mc-publish@v3.2
with:
modrinth-id: DynYZEae
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
loaders: forge
name: ${{github.ref_name}} - Forge
files: '*Forge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
- name: Publish-Fabric
uses: Kir-Antipov/mc-publish@v3.2
with:
Expand Down
2 changes: 1 addition & 1 deletion FG-Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ loaderVersion="[35,)"
license="tr7zw Protective License"
[[mods]]
modId="exordium"
version="1.1.4"
version="1.2.0"
displayName="Exordium"
authors="tr7zw"
description='''
Expand Down
3 changes: 2 additions & 1 deletion gradle-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replacements:
group: "dev.tr7zw"
name: "Exordium"
id: "exordium"
version: "1.1.4"
version: "1.2.0"
author: "tr7zw"
relocationpackage: "dev.tr7zw.exordium"
licensename: "LICENSE"
Expand All @@ -13,6 +13,7 @@ replacements:
enabledFlags:
- autopublish
- publishFabric
- publishForge
- modrinth
- curseforge
- accesswidener
Expand Down

0 comments on commit aaef06a

Please sign in to comment.