Skip to content

Commit d2d1511

Browse files
refactor: update version numbers in Cargo.toml and SettingsView.swift
1 parent bedea4c commit d2d1511

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/FlowApp/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ private struct AboutFooter: View {
511511
.font(.subheadline.weight(.medium))
512512
.foregroundStyle(FW.textPrimary)
513513

514-
Text("v0.1.7")
514+
Text("v0.1.9")
515515
.font(.caption)
516516
.foregroundStyle(FW.textMuted)
517517
}

flow-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flow"
3-
version = "0.1.11"
3+
version = "0.1.19"
44
edition = "2024"
55

66
[lib]

0 commit comments

Comments
 (0)