Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 0eef968

Browse files
Forgot to update the version
1 parent 82f9702 commit 0eef968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

min/TabInterface.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/TabInterface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ License: MIT License (see MIT-LICENSE)
88
------------------------------------------------------------------------------*/
99
;function TabInterface( _cabinet, _i ){
1010
// Public Properties
11-
this.Version = '1.4'; // version
11+
this.Version = '1.5'; // version
1212

1313
// make sure we have a unique iterator if one wasn’t passed
1414
_i = _i || ( new Date() ).getTime();

0 commit comments

Comments
 (0)