Skip to content

Commit

Permalink
ASSWipe: bump version; update feed
Browse files Browse the repository at this point in the history
  • Loading branch information
line0 committed Mar 27, 2015
1 parent 1727b2f commit 3363092
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions DependencyControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"description": "Performs script cleanup, removes unnecessary tags and lines.",
"channels": {
"master": {
"version": "0.2.1",
"released": "2015-03-25",
"version": "0.2.2",
"released": "2015-03-28",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "8593C37569F24C1E6FFB146B83C9FE305C24E907"
"sha1": "58F0D05DC31FFB35F9E22A117235DB42F66E983B"
},
{
"name": ".lua",
Expand Down Expand Up @@ -50,7 +50,7 @@
"moduleName": "l0.ASSFoundation",
"name": "ASSFoundation",
"url": "https://github.com/TypesettingCartel/ASSFoundation",
"version": "0.2.0",
"version": "0.2.2",
"feed": "https://raw.githubusercontent.com/TypesettingCartel/ASSFoundation/master/DependencyControl.json"
},
{
Expand Down Expand Up @@ -80,6 +80,9 @@
"0.2.1": [
"Fixed out-of-memory errors on huge scripts.",
"Fixed the progress not being updated when no lines are being cleaned."
],
"0.2.2": [
"ASSWipe now skips and warns about lines using undefined styles (instead of erroring out)."
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions l0.ASSWipe.moon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export script_name = "ASSWipe"
export script_description = "Performs script cleanup, removes unnecessary tags and lines."
export script_version = "0.2.1"
export script_version = "0.2.2"
export script_author = "line0"
export script_namespace = "l0.ASSWipe"

Expand All @@ -11,7 +11,7 @@ version = DependencyControl{
{"a-mo.LineCollection", version: "1.0.1", url: "https://github.com/torque/Aegisub-Motion"},
{"a-mo.ConfigHandler", version: "1.1.1", url: "https://github.com/torque/Aegisub-Motion"},
{"a-mo.Log", url: "https://github.com/torque/Aegisub-Motion"},
{"l0.ASSFoundation", version: "0.2.0", url: "https://github.com/TypesettingCartel/ASSFoundation",
{"l0.ASSFoundation", version: "0.2.2", url: "https://github.com/TypesettingCartel/ASSFoundation",
feed: "https://raw.githubusercontent.com/TypesettingCartel/ASSFoundation/master/DependencyControl.json"},
{"l0.ASSFoundation.Common", version: "0.2.0", url: "https://github.com/TypesettingCartel/ASSFoundation",
feed: "https://raw.githubusercontent.com/TypesettingCartel/ASSFoundation/master/DependencyControl.json"},
Expand Down

0 comments on commit 3363092

Please sign in to comment.