Skip to content

Commit

Permalink
Bump version, rm VERSION file, rm .vscode dir
Browse files Browse the repository at this point in the history
  • Loading branch information
drudru committed Jul 31, 2023
1 parent e30f8c6 commit c1fd665
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 41 deletions.
28 changes: 0 additions & 28 deletions .vscode/launch.json

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/tasks.json

This file was deleted.

1 change: 0 additions & 1 deletion VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion ansi_up.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var PacketKind;
})(PacketKind || (PacketKind = {}));
export class AnsiUp {
constructor() {
this.VERSION = "5.2.1";
this.VERSION = "6.0.0";
this.setup_palettes();
this._use_classes = false;
this.bold = false;
Expand Down
2 changes: 1 addition & 1 deletion ansi_up.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ interface TextPacket {

export class AnsiUp
{
VERSION = "5.2.1";
VERSION = "6.0.0";

//
// *** SEE README ON GITHUB FOR PUBLIC API ***
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ansi_up",
"version": "5.2.1",
"version": "6.0.0",
"description": "Convert ansi sequences in strings to colorful HTML",
"keywords": [
"ansi",
Expand Down

0 comments on commit c1fd665

Please sign in to comment.