From a503d64711792e3c0fa2c08f4c6dd3ea79e6a8f8 Mon Sep 17 00:00:00 2001 From: Joshua Brown Date: Tue, 23 May 2017 15:41:41 -0700 Subject: [PATCH] bump minor version number (#2) * 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ccd487..e676c95 100644 --- a/package.json +++ b/package.json @@ -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",