We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa02b9 commit 01809cdCopy full SHA for 01809cd
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# v0.1.1 (2025-08-24)
2
+
3
+## What's Changed
4
5
+**Full Changelog**: https://github.com/gojue/ecaptureQ//compare/v0.1.0...v0.1.1
6
7
+<hr>
8
9
# v0.1.0 (2025-08-19)
10
11
## What's Changed
package.json
@@ -1,7 +1,7 @@
{
"name": "eaptureq",
"private": true,
- "version": "0.1.0",
+ "version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "eCaptureQ",
"identifier": "com.gojue.ecaptureq",
"build": {
"beforeDevCommand": "pnpm dev",
0 commit comments