Skip to content

Commit

Permalink
preparing 0.1.0-alpha-1 prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
WeirdConstructor committed Jul 23, 2021
1 parent 4af059b commit 182a45e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hexosynth"
version = "0.1.0"
version = "0.1.0-alpha-1"
authors = ["Weird Constructor <weirdconstructor@m8geil.de>"]
license = "AGPL-3.0-or-later"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -707,5 +707,5 @@ impl PluginUI for HexoSynth {
}
}

//#[cfg(not(test))]
//baseplug::vst2!(HexoSynth, b"HxsY");
#[cfg(not(test))]
baseplug::vst2!(HexoSynth, b"HxsY");

0 comments on commit 182a45e

Please sign in to comment.