Skip to content

Commit

Permalink
1.0.2-1.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-epifanov committed Feb 13, 2022
1 parent 6ed3657 commit bcabb79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions 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 gyroflow
2 changes: 1 addition & 1 deletion src/fisheyestab_v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ impl Execute for FisheyeStabilizerPlugin {
let mut effect_properties: EffectDescriptor = effect.properties()?;
effect_properties.set_grouping("Warp")?;

effect_properties.set_label("Gyroflow (1.0)")?;
effect_properties.set_label("Gyroflow")?;
effect_properties.set_short_label("Gyroflow")?;
effect_properties.set_long_label("Gyroflow (>= 1.0)")?;

Expand Down

0 comments on commit bcabb79

Please sign in to comment.