Skip to content

Commit 6df6a00

Browse files
committed
chore(release): bump version to 0.5.1
1 parent 4295266 commit 6df6a00

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -13,7 +13,7 @@ members = [
1313
exclude = ["apps/desktop/src-tauri", "crates/dongle-lite-fw"]
1414

1515
[workspace.package]
16-
version = "0.5.0"
16+
version = "0.5.1"
1717
edition = "2021"
1818
license = "Apache-2.0"
1919
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.5.0",
4+
"version": "0.5.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

apps/desktop/src-tauri/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.

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.5.0"
3+
version = "0.5.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.5.0",
4+
"version": "0.5.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
@@ -23,7 +23,7 @@ history = ["restorekit/history"]
2323
libc = "0.2"
2424

2525
[dependencies]
26-
restorekit = { path = "../restorekit", version = "0.5.0", default-features = false }
26+
restorekit = { path = "../restorekit", version = "0.5.1", default-features = false }
2727
clap = { version = "4", features = ["derive"] }
2828
indicatif = "0.17"
2929
serde_json = "1"

crates/restorekit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ default = ["history"]
1818
history = ["dep:rusqlite", "dep:rusqlite_migration"]
1919

2020
[dependencies]
21-
restorekit-sys = { path = "../restorekit-sys", version = "0.5.0" }
22-
restorekit-dongle-proto = { path = "../restorekit-dongle-proto", version = "0.5.0" }
21+
restorekit-sys = { path = "../restorekit-sys", version = "0.5.1" }
22+
restorekit-dongle-proto = { path = "../restorekit-dongle-proto", version = "0.5.1" }
2323
nusb = "0.2"
2424
futures-core = "0.3"
2525
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls", "json"] }

0 commit comments

Comments
 (0)