chore: release v0.4.0

This commit is contained in:
2026-03-12 14:03:25 +08:00
parent 6ca962a187
commit e70b87a212
3 changed files with 5 additions and 5 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.echo.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 301
versionName "0.3.1"
versionCode 400
versionName "0.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "echo-app",
"version": "0.3.1",
"version": "0.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "echo-app",
"version": "0.3.1",
"version": "0.4.0",
"dependencies": {
"@capacitor-community/sqlite": "^5.7.2",
"@capacitor/android": "^5.7.8",

View File

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