diff --git a/README.md b/README.md index e2aad944..10324fec 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ application { } dependencies { - implementation("com.uwyn.rife2:rife2:0.9.4") + implementation("com.uwyn.rife2:rife2:0.9.5") testImplementation("org.junit.jupiter:junit-jupiter:5.8.2") testImplementation("org.jsoup:jsoup:1.15.3") runtimeOnly("org.eclipse.jetty:jetty-server:11.0.13") diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 9d60902b..d90c8c04 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -12,7 +12,7 @@ plugins { signing } -val rifeVersion by rootProject.extra { "0.9.5-SNAPSHOT" } +val rifeVersion by rootProject.extra { "0.9.5" } var rifeAgentName: String = "rife2-$rifeVersion-agent" val rifeAgentJar by rootProject.extra { "$rifeAgentName.jar" } group = "com.uwyn.rife2" diff --git a/lib/src/main/resources/RIFE_VERSION b/lib/src/main/resources/RIFE_VERSION index 6ba7feb8..03834411 100644 --- a/lib/src/main/resources/RIFE_VERSION +++ b/lib/src/main/resources/RIFE_VERSION @@ -1 +1 @@ -0.9.5-SNAPSHOT \ No newline at end of file +0.9.5 \ No newline at end of file