Skip to content

Commit

Permalink
PerspectiveMotion: Bump Math dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Jan 17, 2024
1 parent 8950dbc commit 1ed49a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DependencyControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"moduleName": "arch.Math",
"name": "ArchMath",
"url": "https://github.com/TypesettingTools/arch1t3cht-Aegisub-Scripts",
"version": "0.1.8"
"version": "0.1.10"
},
{
"moduleName": "arch.Perspective",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1"
export script_version = "0.1.2"

DependencyControl = require "l0.DependencyControl"
dep = DependencyControl{
Expand All @@ -14,7 +14,7 @@ dep = DependencyControl{
feed: "https://raw.githubusercontent.com/TypesettingTools/Aegisub-Motion/DepCtrl/DependencyControl.json"},
{"l0.ASSFoundation", version: "0.5.0", url: "https://github.com/TypesettingTools/ASSFoundation",
feed: "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/master/DependencyControl.json"},
{"arch.Math", version: "0.1.8", url: "https://github.com/TypesettingTools/arch1t3cht-Aegisub-Scripts",
{"arch.Math", version: "0.1.10", url: "https://github.com/TypesettingTools/arch1t3cht-Aegisub-Scripts",
feed: "https://raw.githubusercontent.com/TypesettingTools/arch1t3cht-Aegisub-Scripts/main/DependencyControl.json"},
{"arch.Perspective", version: "1.1.0", url: "https://github.com/TypesettingTools/arch1t3cht-Aegisub-Scripts",
feed: "https://raw.githubusercontent.com/TypesettingTools/arch1t3cht-Aegisub-Scripts/main/DependencyControl.json"},
Expand Down

0 comments on commit 1ed49a7

Please sign in to comment.