Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
drudru committed Jun 27, 2017
1 parent 7de540c commit 11e8d2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansi_up.js
Expand Up @@ -30,7 +30,7 @@ function rgx(tmplObj) {
}
var AnsiUp = (function () {
function AnsiUp() {
this.VERSION = "2.0.1";
this.VERSION = "2.0.2";
this.ansi_colors = [
[
{ rgb: [0, 0, 0], class_name: "ansi-black" },
Expand Down
2 changes: 1 addition & 1 deletion ansi_up.ts
Expand Up @@ -51,7 +51,7 @@ function rgx(tmplObj, ...subst) {

class AnsiUp
{
VERSION = "2.0.1";
VERSION = "2.0.2";

ansi_colors =
[
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ansi_up",
"version": "2.0.1",
"version": "2.0.2",
"description": "Convert ansi sequences in strings to colorful HTML",
"keywords": [
"ansi",
Expand Down

0 comments on commit 11e8d2d

Please sign in to comment.