Skip to content

Commit

Permalink
PerspectiveMotion: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Aug 19, 2024
1 parent 9b151a5 commit d8e0db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions DependencyControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@
],
"0.2.0": [
"Allow tracking multiple lines at once as long as they're arranged in some sane way"
],
"0.3.0": [
"Correctly handle LayoutResY or the video height differing from PlayResY, but yell at the user when they differ"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion macros/arch.PerspectiveMotion.moon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export script_name = "Aegisub Perspective-Motion"
export script_description = "Apply perspective motion tracking data"
export script_author = "arch1t3cht"
export script_namespace = "arch.PerspectiveMotion"
export script_version = "0.2.0"
export script_version = "0.3.0"

DependencyControl = require "l0.DependencyControl"
dep = DependencyControl{
Expand Down

0 comments on commit d8e0db5

Please sign in to comment.