Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aardgoose committed Aug 6, 2022
1 parent 87aa931 commit c382f1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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.5.1</h2>
<h2>... a 3D cave survey viewer for the web, version 2.6.0</h2>
<div id="scene-box" >
<div id="scene" class="cv-container" ><div id="scene-caption" ></div></div>
</div>
Expand Down Expand Up @@ -243,19 +243,19 @@ <h3>Demos</h3>

<h3>Information</h3>

<p>Release date: 2022-05-23</p>
<p><a href="https://github.com/aardgoose/CaveView.js/releases" >Download package and Release Notes (2.5.1)</a></p>
<p>Release date: 2022-08-06</p>
<p><a href="https://github.com/aardgoose/CaveView.js/releases" >Download package and Release Notes (2.6.0)</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.5.1" >Source code available here.</a></p>
<p><a href="https://threejs.org/" >Built with three.js r140</a></p>
<p><a href="https://github.com/aardgoose/CaveView.js/tree/2.6.0" >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>

<h3>Supported browsers</h3>

<ul>
<li>Google Chrome 100</li>
<li>Firefox 100</li>
<li>Google Chrome 104</li>
<li>Firefox 103</li>
<li>Microsoft Edge</li>
<li>Safari (on iOS and OS X)</li>
</ul>
Expand All @@ -267,4 +267,4 @@ <h3>Supported browsers</h3>
<p>Contains DTM data &copy; Environment Agency copyright and/or database right 2021.</p>
</div>
</body>
</html>
</html>
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.0-beta';
export const VERSION = '2.6.0';

export const CAMERA_NONE = 0;
export const CAMERA_ORTHOGRAPHIC = 1;
Expand Down

0 comments on commit c382f1d

Please sign in to comment.