Skip to content

Commit

Permalink
bump version; update feed
Browse files Browse the repository at this point in the history
  • Loading branch information
line0 committed Apr 18, 2015
1 parent 15a8cb2 commit 823c564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DependencyControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"channels": {
"alpha": {
"version": "0.1.0",
"released": "2015-04-17",
"released": "2015-04-19",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "647BC5737824823401F7ACAB5DF4ABA2CFADAD1F"
"sha1": "2F79FAFBCC93F24130193BF1B9066D5D6E00F631"
}
]
}
},
"changelog": {
"0.1.0": [
"initial commit"
"initial release"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/DependencyControl.moon
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ class DependencyControl

DependencyControl.__class.version = DependencyControl{
name: "DependencyControl",
version: "0.3.2",
version: "0.4.0",
description: "Provides script management and auto-updating for Aegisub macros and modules.",
author: "line0",
url: "http://github.com/TypesettingCartel/DependencyControl",
Expand Down

0 comments on commit 823c564

Please sign in to comment.