Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Sep 13, 2023
1 parent efe1ebf commit b67958d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/1-20-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: 1.20 Bug report
about: Create a report to help us improve
title: "[1.20.1] Issue Title"
labels: 'type: bug, version: 1.20'
assignees: ''

---
**DO NOT REPORT AN ISSUE IF YOU HAVEN'T TESTED THE ISSUE WITH THE LATEST VERSION IN CURSEFORGE**

**Functional Storage Version:**

**Titanium Version:**

**Crashlog If Applicable (Upload to pastebin/gist):**
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
game-versions: 1.20.1
java: 17
name: ""
changelog: "https://github.com/Buuz135/FunctionalStorage/blob/1.19/CHANGELOG.md"
changelog: "https://github.com/Buuz135/FunctionalStorage/blob/main/CHANGELOG.md"
dependencies: |
titanium | depends
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VERSION: DEV
# VERSION: 1.2.3

* Properly added a changelog file
* Added config option for the upgrades to change how much they do and how often they do it, closes #204
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle'

group = 'com.buuz135'
version = '1.20.1-1.2.2'
version = '1.20.1-1.2.3'

java {
archivesBaseName = 'functionalstorage'
Expand Down

0 comments on commit b67958d

Please sign in to comment.