Bump version

This commit is contained in:
Jon Staab
2025-01-17 05:30:08 -08:00
parent 59568f95f1
commit bf1ab5f0ee
2 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "social.flotilla"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "0.2.3"
versionCode 3
versionName "0.2.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -1,6 +1,6 @@
{
"name": "flotilla",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"scripts": {
"dev": "vite dev",