Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aardgoose committed Nov 1, 2022
1 parent 541e7d3 commit a32b5af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@

</script>
<h1>Cave View</h1>
<h2>... a 3D cave survey viewer for the web, version 2.6.1</h2>
<h2>... a 3D cave survey viewer for the web, version 2.6.2</h2>
<div id="scene-box" >
<div id="scene" class="cv-container" ><div id="scene-caption" ></div></div>
</div>
Expand Down Expand Up @@ -245,10 +245,10 @@ <h3>Demos</h3>
<h3>Information</h3>

<p>Release date: 2022-08-06</p>
<p><a href="https://github.com/aardgoose/CaveView.js/releases" >Download package and Release Notes (2.6.1)</a></p>
<p><a href="https://github.com/aardgoose/CaveView.js/releases" >Download package and Release Notes (2.6.2)</a></p>
<p><a href="installation.html" >Installation instructions</a></p>
<p><a href="reference.html" >API Reference</a></p>
<p><a href="https://github.com/aardgoose/CaveView.js/tree/2.6.1" >Source code available here.</a></p>
<p><a href="https://github.com/aardgoose/CaveView.js/tree/2.6.2" >Source code available here.</a></p>
<p><a href="https://threejs.org/" >Built with three.js r143</a></p>
<p><a href="build.html" >Building instructions</a></p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 \"",
Expand Down
2 changes: 1 addition & 1 deletion src/js/core/constants.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit a32b5af

Please sign in to comment.