From 27708930a0dcfb5e5b8e566f782d599d965bfc9c Mon Sep 17 00:00:00 2001 From: Joshua Brown Date: Wed, 24 May 2017 13:48:18 -0700 Subject: [PATCH] Restore known working state I had bumped the version number in the hopes of getting our environment to accept the change and actually install it. We'll need to do this over again on a clean fork without bumping the version number later. But for now it's back up to v0.12.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2405604..1bf720e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libjass", - "version": "0.11.0", + "version": "0.12.2", "description": "A library to render ASS subtitles on HTML5 video in the browser.", "keywords": ["browser", "html5", "subtitles"], "homepage": "https://github.com/Arnavion/libjass",