2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 11:08:11 -07:00

Updated version to 0.5.4

This commit is contained in:
Geert Bevin 2022-11-02 23:30:09 -04:00
parent ddfea1d1d0
commit 27a95f6097
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ application {
}
dependencies {
implementation("com.uwyn.rife2:rife2:0.5.2")
implementation("com.uwyn.rife2:rife2:0.5.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation("org.jsoup:jsoup:1.15.3")
runtimeOnly("org.eclipse.jetty:jetty-server:11.0.12")

View file

@ -8,7 +8,7 @@ plugins {
}
group = "com.uwyn.rife2"
version = "0.5.3"
version = "0.5.4"
base {
archivesName.set("rife2")

View file

@ -1 +1 @@
0.5.3
0.5.4