From d06ceae8471bffd937f57c1256440b40405899a8 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Tue, 8 Nov 2022 09:19:40 -0500 Subject: [PATCH] Updated version to 0.5.5 --- README.md | 2 +- lib/build.gradle.kts | 2 +- lib/src/main/resources/RIFE_VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ba164e2..416276a3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ application { } dependencies { - implementation("com.uwyn.rife2:rife2:0.5.3") + implementation("com.uwyn.rife2:rife2:0.5.4") 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") diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 6a27acdf..1bf72ba1 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.uwyn.rife2" -version = "0.5.4" +version = "0.5.5" base { archivesName.set("rife2") diff --git a/lib/src/main/resources/RIFE_VERSION b/lib/src/main/resources/RIFE_VERSION index 7d856835..d1d899fa 100644 --- a/lib/src/main/resources/RIFE_VERSION +++ b/lib/src/main/resources/RIFE_VERSION @@ -1 +1 @@ -0.5.4 +0.5.5