Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed Jan 12, 2025
1 parent 6fa374e commit d7b93a9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ accepted = [
"GPL-3.0",
"CDDL-1.0",
"Zlib",
"Unicode-DFS-2016"
"Unicode-DFS-2016",
"Unicode-3.0",
]
2 changes: 1 addition & 1 deletion crates/ae-plugin/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn main() {

const EFFECT_VERSION_MAJOR: u32 = 1;
const EFFECT_VERSION_MINOR: u32 = 5;
const EFFECT_VERSION_PATCH: u32 = 1;
const EFFECT_VERSION_PATCH: u32 = 2;
use pipl::*;
pipl::plugin_build(vec![
Property::Kind(PIPLType::AEEffect),
Expand Down
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.9.0"
version = "0.9.1"
edition = "2021"
default-run = "ntsc-rs-standalone"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/gui/about.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/openfx-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openfx-plugin"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT OR ISC OR Apache-2.0"
repository = "https://github.com/valadaptive/ntsc-rs/tree/main/crates/openfx-plugin"
Expand Down

0 comments on commit d7b93a9

Please sign in to comment.