Skip to content

Commit 06cd47f

Browse files
committed
chore(release): bump version to 0.4.1
1 parent 6f85472 commit 06cd47f

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
exclude = ["apps/desktop/src-tauri"]
1212

1313
[workspace.package]
14-
version = "0.4.0"
14+
version = "0.4.1"
1515
edition = "2021"
1616
license = "Apache-2.0"
1717
repository = "https://github.com/fcjr/restorekit"

apps/desktop/package.json

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

apps/desktop/src-tauri/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/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 = "restorekit-desktop"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
description = "Restore Apple Silicon Macs — desktop app"
66
authors = ["Frank Chiarulli Jr. <frank@frankchiarulli.com>"]

apps/desktop/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": "RestoreKit",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"identifier": "com.leftshift.restorekit.app",
66
"build": {
77
"frontendDist": "../dist",

crates/restorekit-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ default = ["history"]
2020
history = ["restorekit/history"]
2121

2222
[dependencies]
23-
restorekit = { path = "../restorekit", version = "0.4.0", default-features = false }
23+
restorekit = { path = "../restorekit", version = "0.4.1", default-features = false }
2424
clap = { version = "4", features = ["derive"] }
2525
indicatif = "0.17"
2626
serde_json = "1"

crates/restorekit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default = ["history"]
1818
history = ["dep:rusqlite", "dep:rusqlite_migration"]
1919

2020
[dependencies]
21-
restorekit-sys = { path = "../restorekit-sys", version = "0.4.0" }
21+
restorekit-sys = { path = "../restorekit-sys", version = "0.4.1" }
2222
nusb = "0.2"
2323
futures-core = "0.3"
2424
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls", "json"] }

0 commit comments

Comments
 (0)