Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Sep 28, 2024
1 parent a166148 commit f5aae51
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build/macos/src/Project.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<!-- Version -->
<string>0.2.2</string>
<string>0.2.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
Expand Down
2 changes: 1 addition & 1 deletion build/windows/installer/Package.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Package
Name="Portal"
Manufacturer="Tau"
Version="0.2.2"
Version="0.2.3"
UpgradeCode="dd827eb7-1309-4d4e-9eea-50022cb17bad"
Scope="perUserOrMachine">
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
Expand Down

0 comments on commit f5aae51

Please sign in to comment.