Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed May 31, 2024
1 parent 2789e31 commit f50c7fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# indev
# 1.5.0
- Introduce webhook chat sync, allowing for user imitation

**IMPORTANT INFO**: If you don't want to manually set the webhook URL, the
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ org.gradle.jvmargs=-Xmx3G -XX:ThreadStackSize=4096 -XX:CompilerThreadStackSize=4
enabledPlatforms=fabric,neoforge

# Fabric
fabricLoaderVersion=0.15.10
fabricApiVersion=0.97.0
fabricKotlinVersion=1.10.19+kotlin.1.9.23
fabricLoaderVersion=0.15.11
fabricApiVersion=0.97.1
fabricKotlinVersion=1.11.0+kotlin.2.0.0

# Neo
neoVersion=20.4.233
neoVersion=20.4.235
neoVersionRange=[20.4,20.5)
kotlinForgeVersion=4.10.0
kffLoaderRange=[4,)

version=1.4.0
version=1.5.0
group=dev.erdragh.astralbot
modId=astralbot
modAuthor=Erdragh
Expand All @@ -36,8 +36,8 @@ jdaVersion=5.0.0-beta.24
dcWebhooksVersion=0.8.4

# Database Interactions
exposedVersion=0.50.1
sqliteJDBCVersion=3.45.3.0
exposedVersion=0.51.0
sqliteJDBCVersion=3.46.0.0

# Message parsing
commonmarkVersion=0.22.0
2 changes: 1 addition & 1 deletion neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
idea
`maven-publish`
java
id("net.neoforged.gradle.userdev") version "7.0.136"
id("net.neoforged.gradle.userdev") version "7.0.137"
id("io.github.goooler.shadow")
}

Expand Down

0 comments on commit f50c7fa

Please sign in to comment.