Skip to content

Commit 823c564

Browse files
committed
bump version; update feed
1 parent 15a8cb2 commit 823c564

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DependencyControl.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"channels": {
2222
"alpha": {
2323
"version": "0.1.0",
24-
"released": "2015-04-17",
24+
"released": "2015-04-19",
2525
"default": true,
2626
"files": [
2727
{
2828
"name": ".moon",
2929
"url": "@{fileBaseUrl}@{fileName}",
30-
"sha1": "647BC5737824823401F7ACAB5DF4ABA2CFADAD1F"
30+
"sha1": "2F79FAFBCC93F24130193BF1B9066D5D6E00F631"
3131
}
3232
]
3333
}
3434
},
3535
"changelog": {
3636
"0.1.0": [
37-
"initial commit"
37+
"initial release"
3838
]
3939
}
4040
}

modules/DependencyControl.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ class DependencyControl
483483

484484
DependencyControl.__class.version = DependencyControl{
485485
name: "DependencyControl",
486-
version: "0.3.2",
486+
version: "0.4.0",
487487
description: "Provides script management and auto-updating for Aegisub macros and modules.",
488488
author: "line0",
489489
url: "http://github.com/TypesettingCartel/DependencyControl",

0 commit comments

Comments
 (0)