From 32a3c2deb983579fe6149fba4938ce0f840d2afd Mon Sep 17 00:00:00 2001 From: Dru Nelson Date: Fri, 14 Aug 2015 11:41:02 -0700 Subject: [PATCH] bumping version --- ansi_up.js | 4 ++-- bower.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansi_up.js b/ansi_up.js index ec7cace..74f541a 100644 --- a/ansi_up.js +++ b/ansi_up.js @@ -1,5 +1,5 @@ // ansi_up.js -// version : 1.2.1 +// version : 1.3.0 // author : Dru Nelson // license : MIT // http://github.com/drudru/ansi_up @@ -7,7 +7,7 @@ (function (Date, undefined) { var ansi_up, - VERSION = "1.2.1", + VERSION = "1.3.0", // check for nodeJS hasModule = (typeof module !== 'undefined'), diff --git a/bower.json b/bower.json index 448de84..17e58fc 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ansi_up", "main": "ansi_up.js", - "version": "1.2.1", + "version": "1.3.0", "homepage": "https://github.com/drudru/ansi_up", "authors": [ "drudru " diff --git a/package.json b/package.json index 2f9432d..77a013b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ansi_up", - "version": "1.2.1", + "version": "1.3.0", "description": "Convert ansi sequences in strings to colorful HTML", "keywords": ["ansi", "html"], "author": "drudru ",