fix: update version codes and enhance document scanning functionality

This commit is contained in:
Mo Tarbin
2026-07-07 21:16:30 -04:00
parent 20e5c0e292
commit fd3f7f4a37
10 changed files with 86 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "donetick",
"private": true,
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"engines": {
"node": ">=20.0.0",
@@ -30,8 +30,9 @@
"ionic:build": "npm run build",
"ionic:serve": "npm run start",
"android": "npm run build && npx cap sync android",
"android:dev": "npx cap run android --live-reload",
"cap": "npm run build && npx cap sync",
"bump": "node bump-version.js",
"bump": "node bump-version.js patch",
"bump:minor": "node bump-version.js minor",
"bump:major": "node bump-version.js major",
"bump:patch": "node bump-version.js patch"