Skip to content

Commit 0f1f865

Browse files
author
William Troup
committed
Fixed version.
1 parent 4661145 commit 0f1f865

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/select.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ var Config;
445445
return S;
446446
},
447447
getVersion: function() {
448-
return "3.0.1";
448+
return "1.0.0";
449449
}
450450
};
451451
(() => {

dist/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ var Config;
447447
return S;
448448
},
449449
getVersion: function() {
450-
return "3.0.1";
450+
return "1.0.0";
451451
}
452452
};
453453
(() => {

dist/select.min.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/select.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ import { Config } from "./ts/options/config";
404404
*/
405405

406406
getVersion: function () : string {
407-
return "3.0.1";
407+
return "1.0.0";
408408
}
409409
};
410410

0 commit comments

Comments
 (0)