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 @@

Cave View

-

... a 3D cave survey viewer for the web, version 2.6.1

+

... a 3D cave survey viewer for the web, version 2.6.2

@@ -245,10 +245,10 @@

Demos

Information

Release date: 2022-08-06

-

Download package and Release Notes (2.6.1)

+

Download package and Release Notes (2.6.2)

Installation instructions

API Reference

-

Source code available here.

+

Source code available here.

Built with three.js r143

Building instructions

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;