From 29ce78cf55cc87e8f221fc0f28150fa293a9c3e3 Mon Sep 17 00:00:00 2001 From: Dru Nelson Date: Fri, 23 Jun 2017 17:15:50 -0700 Subject: [PATCH] bump version --- ansi_up.js | 2 +- ansi_up.ts | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansi_up.js b/ansi_up.js index 40048d2..fd396d3 100644 --- a/ansi_up.js +++ b/ansi_up.js @@ -32,7 +32,7 @@ function rgx(tmplObj) { } var AnsiUp = (function () { function AnsiUp() { - this.VERSION = "2.0.0"; + this.VERSION = "2.0.1"; this.ansi_colors = [ [ { rgb: [0, 0, 0], class_name: "ansi-black" }, diff --git a/ansi_up.ts b/ansi_up.ts index 16a2b1e..92db367 100644 --- a/ansi_up.ts +++ b/ansi_up.ts @@ -51,7 +51,7 @@ function rgx(tmplObj, ...subst) { class AnsiUp { - VERSION = "2.0.0"; + VERSION = "2.0.1"; ansi_colors = [ diff --git a/package.json b/package.json index b5509da..443e1a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ansi_up", - "version": "2.0.0", + "version": "2.0.1", "description": "Convert ansi sequences in strings to colorful HTML", "keywords": [ "ansi",