From f5aae5114b01371d74e599c2a8e5cc48c2982b80 Mon Sep 17 00:00:00 2001 From: Tau Date: Sat, 28 Sep 2024 19:07:08 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 8 ++------ build/macos/src/Project.app/Contents/Info.plist | 2 +- build/windows/installer/Package.wxs | 2 +- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf89e5c..8ad018e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3800,7 +3800,7 @@ dependencies = [ [[package]] name = "portal" -version = "0.2.2" +version = "0.2.3" dependencies = [ "async-std", "clap", diff --git a/Cargo.toml b/Cargo.toml index c0d3f1c..dafe00a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portal" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/bash/portal" @@ -38,11 +38,7 @@ egui-theme-switch = { version = "0.2.0" } workspace = true [workspace] -members = [ - "crates/portal-proc-macro", - "crates/portal-wormhole", - "xtask", -] +members = ["crates/portal-proc-macro", "crates/portal-wormhole", "xtask"] [workspace.lints.clippy] out_of_bounds_indexing = "allow" diff --git a/build/macos/src/Project.app/Contents/Info.plist b/build/macos/src/Project.app/Contents/Info.plist index 76795d0..1aff664 100644 --- a/build/macos/src/Project.app/Contents/Info.plist +++ b/build/macos/src/Project.app/Contents/Info.plist @@ -20,7 +20,7 @@ APPL CFBundleShortVersionString - 0.2.2 + 0.2.3 CFBundleSupportedPlatforms MacOSX diff --git a/build/windows/installer/Package.wxs b/build/windows/installer/Package.wxs index e143b52..21bf9e9 100644 --- a/build/windows/installer/Package.wxs +++ b/build/windows/installer/Package.wxs @@ -2,7 +2,7 @@