From 342cfeb52988cdf83e1d642c501510c46a131d3f Mon Sep 17 00:00:00 2001 From: Christian Krueger <15275971+chrisnkrueger@users.noreply.github.com> Date: Sun, 7 Apr 2024 08:23:00 +0200 Subject: [PATCH] Bump to version 1.3.4 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9bb7e6f..3d05c44 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ SONATYPE_AUTOMATIC_RELEASE=true RELEASE_SIGNING_ENABLED=true GROUP=app.moviebase -VERSION_NAME=1.3.4-SNAPSHOT +VERSION_NAME=1.3.4 POM_NAME=TMDB API for KMM POM_DESCRIPTION=Kotlin Multiplatform library to access the TMDB API.