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

Updated version to 0.9.3

This commit is contained in:
Geert Bevin 2023-01-02 19:47:08 -05:00
parent f8012521c6
commit f4389fa83a
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -12,7 +12,7 @@ plugins {
signing signing
} }
val rifeVersion by rootProject.extra { "0.9.3-SNAPSHOT" } val rifeVersion by rootProject.extra { "0.9.3" }
var rifeAgentName: String = "rife2-$rifeVersion-agent" var rifeAgentName: String = "rife2-$rifeVersion-agent"
val rifeAgentJar by rootProject.extra { "$rifeAgentName.jar" } val rifeAgentJar by rootProject.extra { "$rifeAgentName.jar" }
group = "com.uwyn.rife2" group = "com.uwyn.rife2"

View file

@ -1 +1 @@
0.9.3-SNAPSHOT 0.9.3