Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 11, 2024
1 parent 4013700 commit e39db0c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
19 changes: 14 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import net.fabricmc.loom.task.RemapJarTask

plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'io.github.ladysnake.chenille' version '0.11.3'
id 'io.github.juuxel.loom-quiltflower' version "1.6.0"
id 'io.github.ladysnake.chenille' version '0.13.0'
}

archivesBaseName = project.archives_base_name
Expand All @@ -24,11 +23,21 @@ chenille {
}

license = project.license_header
javaVersion = 17
javaVersion = 21
}

repositories {
chenille.repositories.ladysnake()
maven {
name = "Ladysnake Mods"
url = "https://maven.ladysnake.org/releases"
content {
includeGroup("io.github.ladysnake")
includeGroup("org.ladysnake")
includeGroupByRegex("dev\\.emi.*")
includeGroupByRegex("dev\\.onyxstudios.*")
}
}

}

dependencies {
Expand All @@ -37,7 +46,7 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modLocalImplementation "io.github.ladysnake:elmendorf:${elmendorf_version}"
modLocalImplementation "org.ladysnake:elmendorf:${elmendorf_version}"
api "org.jetbrains:annotations:19.0.0"
}

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
------------------------------------------------------
Version 1.10.0
------------------------------------------------------
- Updated to MC 1.21 (thanks peterv5!)

------------------------------------------------------
Version 1.9.0
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fabric_version=0.100.0+1.21
elmendorf_version = 0.13.0

# Mod Properties
mod_version = 1.9.0
mod_version = 1.10.0
maven_group = io.github.ladysnake
archives_base_name = pal

Expand Down

0 comments on commit e39db0c

Please sign in to comment.