From 3f2118387d81f93fe3fd8e47084df510ac9aed3a Mon Sep 17 00:00:00 2001 From: Christian Krueger <15275971+chrisnkrueger@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:05:16 +0100 Subject: [PATCH] Bump to version 1.3.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 61e951b..cbaef94 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.3-SNAPSHOT +VERSION_NAME=1.3.3 POM_NAME=TMDB API for KMM POM_DESCRIPTION=Kotlin Multiplatform library to access the TMDB API.