Skip to content

Commit d7b93a9

Browse files
committed
Version 0.9.1
1 parent 6fa374e commit d7b93a9

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

about.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ accepted = [
1111
"GPL-3.0",
1212
"CDDL-1.0",
1313
"Zlib",
14-
"Unicode-DFS-2016"
14+
"Unicode-DFS-2016",
15+
"Unicode-3.0",
1516
]

crates/ae-plugin/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fn main() {
77

88
const EFFECT_VERSION_MAJOR: u32 = 1;
99
const EFFECT_VERSION_MINOR: u32 = 5;
10-
const EFFECT_VERSION_PATCH: u32 = 1;
10+
const EFFECT_VERSION_PATCH: u32 = 2;
1111
use pipl::*;
1212
pipl::plugin_build(vec![
1313
Property::Kind(PIPLType::AEEffect),

crates/gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gui"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
default-run = "ntsc-rs-standalone"
66
license = "GPL-3.0"

crates/gui/about.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

crates/openfx-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openfx-plugin"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
license = "MIT OR ISC OR Apache-2.0"
66
repository = "https://github.com/valadaptive/ntsc-rs/tree/main/crates/openfx-plugin"

0 commit comments

Comments
 (0)