Skip to content

Commit

Permalink
DIsabled window allocation for intifacecli engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
SutekhVRC committed May 2, 2022
1 parent 1350057 commit 1ae2d1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vibecheck"
version = "0.0.20"
version = "0.0.21"
edition = "2021"
authors = ["SutekhVRC"]

Expand Down
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ impl VibeCheckGUI {
"VibeCheck",
"https://github.com/SutekhVRC/VibeCheck",
));
ui.label("0.0.20-alpha");
ui.label("0.0.21-alpha");
ui.add(Hyperlink::from_label_and_url(
RichText::new("Made by Sutekh")
.monospace()
Expand Down

0 comments on commit 1ae2d1c

Please sign in to comment.