Skip to content

Commit b2c8d73

Browse files
committed
version bump to 0.3.1
1 parent 02e5550 commit b2c8d73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prettytable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var PrettyTable = function () {
88
'rows': [],
99
'maxWidth': []
1010
};
11-
this.version = '0.3.0';
11+
this.version = '0.3.1';
1212
};
1313

1414
// Define list of columns for the table

0 commit comments

Comments
 (0)