Skip to content

Commit 6925102

Browse files
committed
Version bump
1 parent 6ab3adf commit 6925102

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ classes/
1616
.metadata
1717
.vscode
1818
.settings
19-
*.launch
19+
*.launch
20+
21+
.env

changelog.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121
- Mainly just to bump version to republish
2222
1.20.1-1.1.13: |
2323
- Added crafting using existing schematics instead of paper
24+
1.20.1-1.1.14: |
25+
- Update logo for 1.20.1
2426
...

forge-updates.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"homepage": "https://modrinth.com/mod/create-pattern-schematics",
33
"promos": {
4-
"1.20.1-recommended": "1.1.13",
5-
"1.20.1-latest": "1.1.13"
4+
"1.20.1-recommended": "1.1.14",
5+
"1.20.1-latest": "1.1.14"
66
}
77
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx2G
22

33
# Mod Info
44
archives_base_name = pattern_schematics
5-
mod_version = 1.1.13
5+
mod_version = 1.1.14
66
maven_group = com.cak.pattern_schematics
77

88
minecraft_version = 1.20.1

0 commit comments

Comments
 (0)