Skip to content

Commit 5b5c227

Browse files
committed
v0.1.2
1 parent ec7f85d commit 5b5c227

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
resolver = "2"
1313

1414
[workspace.package]
15-
version = "0.1.1"
15+
version = "0.1.2"
1616
edition = "2021"
1717
license = "Apache-2.0"
1818
repository = "https://github.com/t8/memoryport"

crates/uc-tauri/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/nicedoc/tauri-schema/refs/heads/main/tauri-conf-2.1.0.json",
33
"productName": "Memoryport",
44
"identifier": "com.memoryport.app",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"build": {
77
"frontendDist": "../../../ui/dist",
88
"devUrl": "http://localhost:5174",

ui/src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function Layout() {
6262

6363
{/* Version */}
6464
<div className="px-6 py-4 flex items-center gap-2">
65-
<span className="text-sm text-cream-dim font-mono">v 0.1.1</span>
65+
<span className="text-sm text-cream-dim font-mono">v 0.1.2</span>
6666
<UpdateBadge />
6767
</div>
6868
</div>

0 commit comments

Comments
 (0)