File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- //! openseadragon 6.0.1
2- //! Built on 2026-02-23
3- //! Git commit: v6.0.1 -0-a186f355
1+ //! openseadragon 6.0.2
2+ //! Built on 2026-03-12
3+ //! Git commit: v6.0.2 -0-7842cd92
44//! http://openseadragon.github.io
55//! License: http://openseadragon.github.io/license/
66
9090
9191/**
9292 * @namespace OpenSeadragon
93- * @version openseadragon 6.0.1
93+ * @version openseadragon 6.0.2
9494 * @classdesc The root namespace for OpenSeadragon. All utility methods
9595 * and classes are defined on or below this namespace.
9696 *
@@ -886,10 +886,10 @@ function OpenSeadragon( options ){
886886 * @since 1.0.0
887887 */
888888 $.version = {
889- versionStr: '6.0.1 ',
889+ versionStr: '6.0.2 ',
890890 major: parseInt('6', 10),
891891 minor: parseInt('0', 10),
892- revision: parseInt('1 ', 10)
892+ revision: parseInt('2 ', 10)
893893 };
894894
895895
You can’t perform that action at this time.
0 commit comments