Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Feb 27, 2024
1 parent b59dd24 commit 816bd1f
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 crates/gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gui"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
default-run = "ntsc-rs-standalone"
license = "GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion crates/openfx-plugin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ pub extern "C" fn OfxGetPlugin(nth: c_int) -> *const OfxPlugin {
apiVersion: 1,
pluginIdentifier: static_cstr!("wtf.vala:NtscRs").as_ptr(),
pluginVersionMajor: 1,
pluginVersionMinor: 1,
pluginVersionMinor: 2,
setHost: Some(set_host_info),
mainEntry: Some(main_entry),
}
Expand Down

0 comments on commit 816bd1f

Please sign in to comment.