Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Aug 2, 2022
1 parent f06a027 commit cdee56f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 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 13
- Updated to 1.19.1

### Changes in Beta 12
- Added support for frog possession, allowing charged jumps and pulling entities with their tongue
- Fixed saddled horses being unable to jump while possessed
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
org.gradle.jvmargs = -Xmx4G

# Base properties
mod_version = 2.0.0-beta.12
mod_version = 2.0.0-beta.13
maven_group = io.github.ladysnake

#General
minecraft_version=1.19
quilt_mappings=1
loader_version=0.17.1-beta.5
qsl_version = 2.0.0-beta.10
quilted_fabric_api_version = 2.0.0-beta.4+0.57.0
minecraft_version=1.19.1
quilt_mappings=2
loader_version=0.17.2-beta.2
qsl_version = 3.0.0-beta.3
quilted_fabric_api_version = 4.0.0-beta.2+0.58.5

#Publishing
owners = Ladysnake
Expand All @@ -21,7 +21,7 @@ api_license_header = LGPL
gpl_version = 3
modrinth_id = bYmqMxlQ
curseforge_id = 265729
curseforge_versions = 1.19
curseforge_versions = 1.19.1
cf_requirements = qsl
cf_embeddeds = cardinal-components; pal; satin-api; locki
cf_embeddeds = cardinal-components; pal; satin-api; locki; blabber
release_type = beta
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
automatone = "0.8.2"
automatone = "0.9.0"
blabber = "0.3.0"
cca = "5.0.1"
chenille = "0.9.0"
Expand All @@ -8,7 +8,7 @@ cloth = "7.0.+"
fiberToCloth = "v3-SNAPSHOT"
fiber = "0.23.0-2"
fpa = "0.1-SNAPSHOT"
impersonate = "2.6.1"
impersonate = "2.7.0"
locki = "0.8.0"
modmenu = "4.0.0"
pal = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/test-libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
elmendorf = "0.6.0"
elmendorf = "0.7.0"
junit = "4.13.2"
mockito = "4.2.0"

Expand Down

0 comments on commit cdee56f

Please sign in to comment.