diff --git a/DependencyControl.json b/DependencyControl.json index e7b6e87..e9d42ff 100644 --- a/DependencyControl.json +++ b/DependencyControl.json @@ -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", diff --git a/macros/arch.PerspectiveMotion.moon b/macros/arch.PerspectiveMotion.moon index 1028bb9..f8f98fa 100644 --- a/macros/arch.PerspectiveMotion.moon +++ b/macros/arch.PerspectiveMotion.moon @@ -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{ @@ -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"},