Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 924c540

Browse files
Bump release to 0.0.2
Update the app version metadata and release notes for the 0.0.2 release.
1 parent 161550b commit 924c540

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unsigned-char",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"license": "MIT",
66
"packageManager": "bun@1.3.9",
77
"bin": {

release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Initial public release of unsigned {char}.
1+
unsigned {char} 0.0.2 improves the desktop app flow with a manual Check for Updates action, clearer post-processing state, and cleaner meeting view interactions.

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unsigned-char"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "A local-first meeting transcription desktop shell"
55
authors = ["John Jeong"]
66
license = "MIT"

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": "unsigned char",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"identifier": "com.johnjeong.unsignedchar",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)