diff --git a/Cargo.lock b/Cargo.lock index f18a745..48b003d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1102,7 +1102,7 @@ dependencies = [ [[package]] name = "gyroflow-ofx" -version = "1.0.2-beta.1" +version = "1.0.3" dependencies = [ "gyroflow-core", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 4198657..71a7b0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gyroflow-ofx" -version = "1.0.2-beta.1" +version = "1.0.3" authors = ["Ilya Epifanov "] license = "GPL-3.0-or-later" edition = "2021" diff --git a/src/fisheyestab_v1.rs b/src/fisheyestab_v1.rs index a9528fb..c26b10c 100644 --- a/src/fisheyestab_v1.rs +++ b/src/fisheyestab_v1.rs @@ -9,7 +9,7 @@ use ofx::*; plugin_module!( "nl.smslv.gyroflowofx.fisheyestab_v1", ApiVersion(1), - PluginVersion(1, 1), + PluginVersion(1, 2), FisheyeStabilizerPlugin::new );