chore: release v0.2.0

This commit is contained in:
2025-12-02 17:50:42 +08:00
parent 82fc35b7c9
commit b12d772e2d
3 changed files with 5 additions and 5 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.echo.app" applicationId "com.echo.app"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 101 versionCode 200
versionName "0.1.1" versionName "0.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions { aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. // 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": "echo-app", "name": "echo-app",
"version": "0.1.1", "version": "0.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "echo-app", "name": "echo-app",
"version": "0.1.1", "version": "0.2.0",
"dependencies": { "dependencies": {
"@capacitor-community/sqlite": "^5.7.2", "@capacitor-community/sqlite": "^5.7.2",
"@capacitor/android": "^5.7.8", "@capacitor/android": "^5.7.8",

View File

@@ -1,7 +1,7 @@
{ {
"name": "echo-app", "name": "echo-app",
"private": true, "private": true,
"version": "0.1.1", "version": "0.2.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --host 0.0.0.0", "dev": "vite --host 0.0.0.0",