Skip to content

Commit

Permalink
bump minor version number (#2)
Browse files Browse the repository at this point in the history
* add soft breaks to New Line logic

In our application we sometimes get substation alpha authors that put n at
the end of each line in the dialogue. Usually we would expect that they would
use N instead.  So we will add that to the conditions checked by the parse-
newLine function so that this doesn'
t cause a breaking behavior of actually printing out the literal n at
the end of each line of dialogue.

* bump version minor number
  • Loading branch information
joshuabrown-ellation authored May 23, 2017
1 parent 16041ae commit a503d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libjass",
"version": "0.12.0",
"version": "0.12.1",
"description": "A library to render ASS subtitles on HTML5 video in the browser.",
"keywords": ["browser", "html5", "subtitles"],
"homepage": "https://github.com/Arnavion/libjass",
Expand Down

0 comments on commit a503d64

Please sign in to comment.