From e99016ee9eac0da776f6638c8299962279be903d Mon Sep 17 00:00:00 2001 From: Thomas Andres Gomez Date: Tue, 12 Sep 2023 12:39:13 +0200 Subject: [PATCH] Bump version to 0.4.0 Add the character sheet & roll feature. --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d10317f..e09c4f6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -31,7 +31,7 @@ android { applicationId = "com.pixelized.rplexicon" minSdk = 26 targetSdk = 34 - versionName = "0.3.1" + versionName = "0.4.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {