Skip to content

Commit

Permalink
Update automatone dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jul 18, 2022
1 parent eccff82 commit 8e8ca35
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
------------------------------------------------------
Version 2.0.0
------------------------------------------------------
### Changes in Beta 11
- Fixed a mixin crash at launch

### Changes in Beta 10
- Updated to 1.19
- **Requiem is now a Quilt mod**. You can install the Quilt loader from [quiltmc.org](https://quiltmc.org/install/).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs = -Xmx4G

# Base properties
mod_version = 2.0.0-beta.10
mod_version = 2.0.0-beta.11
maven_group = io.github.ladysnake

#General
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
automatone = "0.8.0"
automatone = "0.8.1"
blabber = "0.3.0"
cca = "5.0.1"
chenille = "0.9.0"
Expand Down
10 changes: 6 additions & 4 deletions src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
"id": "requiem-core",
"versions": "${version}"
},
{
"id": "satin",
"versions": "^1.8.0"
},
{
"id": "cardinal-components-base",
"versions": "^5.0.0"
Expand All @@ -73,6 +69,12 @@
"reason": "Provides the configuration interface in mod menu",
"environment": "client"
},
{
"id": "satin",
"versions": "^1.8.0",
"environment": "client"
},
"automatone",
"fabric-permissions-api-v0",
"locki",
"playerabilitylib"
Expand Down

0 comments on commit 8e8ca35

Please sign in to comment.