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 May 11, 2015
1 parent 10c55eb commit 67bb4ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions DependencyControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/v@{version}-@{channel}/@{namespacePath}",
"channels": {
"alpha": {
"version": "0.2.7",
"released": "2015-05-07",
"version": "0.2.8",
"released": "2015-05-11",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "5FC82BC705C6DE25BC08F32930CA22ACBCFAA419"
"sha1": "F1D9EBE068D5EE089348B411302D5CDBA84601B5"
},
{
"name": ".lua",
Expand Down Expand Up @@ -240,6 +240,9 @@
}
},
"changelog": {
"0.2.8": [
"Fixed \\t tags not being properly parsed when they contained a rectangular clip."
],
"0.2.7": [
"Fixed LineContents:splitAtTags() throwing bad index errors.",
"LineContents:splitAtIntervals() now throws a descriptive error when the next-index-callback returns a non-number value."
Expand Down
2 changes: 1 addition & 1 deletion l0/ASSFoundation.moon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DependencyControl = require "l0.DependencyControl"
version = DependencyControl{
name: "ASSFoundation",
version: "0.2.7",
version: "0.2.8",
description: "General purpose ASS processing library",
author: "line0",
url: "http://github.com/TypesettingTools/ASSFoundation",
Expand Down

0 comments on commit 67bb4ec

Please sign in to comment.