diff --git a/android/app/build.gradle b/android/app/build.gradle index 519d94c..f9aeb6f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.echo.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 200 - versionName "0.2.0" + versionCode 201 + versionName "0.2.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/package-lock.json b/package-lock.json index 27f73db..d772d84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "echo-app", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "echo-app", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "@capacitor-community/sqlite": "^5.7.2", "@capacitor/android": "^5.7.8", diff --git a/package.json b/package.json index 2b74050..42e907c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "echo-app", "private": true, - "version": "0.2.0", + "version": "0.2.1", "type": "module", "scripts": { "dev": "vite --host 0.0.0.0",