From a0231a70950fbec9dcc3403e37066d891d1fc833 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 15 Apr 2024 10:37:28 +0100 Subject: chore(release): prepare for release v18.2.0 (#1950) * chore(release): prepare for release v18.2.0 * disable codespell for the changelog --- ui/backend/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui') diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index b840f0b3..4e0019d3 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -12,10 +12,10 @@ edition = "2021" tauri-build = { version = "2.0.0-beta", features = [] } [dependencies] -atuin-client = { path = "../../atuin-client", version = "18.1.0" } -atuin-common = { path = "../../atuin-common", version = "18.1.0" } +atuin-client = { path = "../../atuin-client", version = "18.2.0" } +atuin-common = { path = "../../atuin-common", version = "18.2.0" } -atuin-dotfiles = { path = "../../atuin-dotfiles", version = "0.1.0" } +atuin-dotfiles = { path = "../../atuin-dotfiles", version = "0.2.0" } eyre = "0.6" tauri = { version = "2.0.0-beta", features = ["tray-icon"] } -- cgit v1.3.1