Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
IThundxr committed May 26, 2024
1 parent e96a388 commit 7ed81fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ body:
label: Mod Version
description: The version of the mod you were using when the bug occurred
options:
- "1.0.6"
- "1.0.5"
- "1.0.4"
- "1.0.2"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- name: Validate Gradle Wrapper Integrity
uses: gradle/wrapper-validation-action@v2

- name: Make Gradle wrapper executable
run: chmod +x ./gradlew

- name: Build & Publish to Maven
env:
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
------------------------------------------------------
Numismatics 1.0.7
------------------------------------------------------
Fixes
- example

------------------------------------------------------
Numismatics 1.0.6
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx4G

# Mod Info
archives_base_name = CreateNumismatics
mod_version = 1.0.6
mod_version = 1.0.7
maven_group = dev.ithundxr.createnumismatics

minecraft_version = 1.20.1
Expand Down

0 comments on commit 7ed81fe

Please sign in to comment.