From 4b334960f53275d562166cba9b8e6614307b66b0 Mon Sep 17 00:00:00 2001 From: AdrianEddy Date: Sun, 17 Jul 2022 23:21:15 +0200 Subject: [PATCH] v1.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/fisheyestab_v1.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 );