From b131995eebc73468415292d5e7d703678cf00c45 Mon Sep 17 00:00:00 2001 From: Christian Krueger <15275971+chrisnkrueger@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:37:09 +0200 Subject: [PATCH] Bump to version 0.5.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f2d486d..f99e50f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ SONATYPE_AUTOMATIC_RELEASE=true RELEASE_SIGNING_ENABLED=true GROUP=app.moviebase -VERSION_NAME=0.5.0-SNAPSHOT +VERSION_NAME=0.5.0 POM_NAME=Trakt API for KMM POM_DESCRIPTION=Kotlin Multiplatform library to access the Trakt API.