diff --git a/docs/index.html b/docs/index.html index e958559ac..e46d4c6ea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -214,7 +214,7 @@
Release date: 2022-08-06
-Download package and Release Notes (2.6.1)
+ - + diff --git a/package.json b/package.json index 1cafe50f6..68c9365d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caveview", - "version": "2.6.1", + "version": "2.6.2", "description": "3D Cave Survey Viewer", "scripts": { "dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w \" \"serve -l 8080 build \"", diff --git a/src/js/core/constants.js b/src/js/core/constants.js index 2adf17f1a..deb7640f8 100644 --- a/src/js/core/constants.js +++ b/src/js/core/constants.js @@ -1,5 +1,5 @@ -export const VERSION = '2.6.1'; +export const VERSION = '2.6.2'; export const CAMERA_NONE = 0; export const CAMERA_ORTHOGRAPHIC = 1;