Skip to content

Commit 01809cd

Browse files
committed
release v0.1.1
Signed-off-by: CFC4N <[email protected]>
1 parent 8fa02b9 commit 01809cd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# v0.1.0 (2025-08-19)
210

311
## What's Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eaptureq",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "eCaptureQ",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"identifier": "com.gojue.ecaptureq",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)