Skip to content

Commit daa8528

Browse files
committed
[ci skip]build: Bump version to 1.1.0
- Bump fabric-loom version to `1.0-SNAPSHOT` - Bump Fabric-API version to `0.60.0+1.19.2` - Bump mod version to `1.1.0`
1 parent fe04cee commit daa8528

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '0.12-SNAPSHOT'
2+
id 'fabric-loom' version '1.0-SNAPSHOT'
33
}
44

55
sourceCompatibility = JavaVersion.VERSION_17

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ minecraft_version=1.19.2
66
loader_version=0.14.9
77

88
# Mod Properties
9-
mod_version=1.0.7
9+
mod_version=1.1.0
1010
maven_group=cn.msdnicrosoft.commandbuttons
1111
archives_base_name=command-gui-buttons
1212

1313
# Dependencies
14-
fabric_version=0.59.0+1.19.2
14+
fabric_version=0.60.0+1.19.2
1515
libgui_version=6.0.0+1.19
1616
gson_version=2.9.0
1717
json_simple_version=1.1.1

0 commit comments

Comments
 (0)