Bump version

This commit is contained in:
Jon Staab
2025-01-02 15:59:01 -08:00
parent 268028a968
commit 5931a268cf
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "0.2.1"
versionName "0.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "flotilla",
"version": "0.2.1",
"version": "0.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "flotilla",
"version": "0.2.1",
"version": "0.2.2",
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/cli": "^6.1.2",

View File

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