From 01e81c048351ef7a9cf372d8041802c80058dc6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Feb 2026 19:37:20 +0000 Subject: [PATCH] chore: bump version to 0.2.0 --- VERSION | 2 +- android/app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6e8bf73aa..0ea3a944b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 826242ed2..917504573 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -24,7 +24,7 @@ android { applicationId = "io.clawdroid" minSdk = libs.versions.android.minSdk.get().toInt() targetSdk = libs.versions.android.targetSdk.get().toInt() - versionCode = 1 + versionCode = 2 versionName = appVersionName }