Skip to content

Commit

Permalink
update docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
aardgoose committed Mar 29, 2024
1 parent a886bde commit 695e259
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/CaveView/js/CaveView2.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@

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

<h3>Information</h3>

<p>Release date: 2024-03-01</p>
<p><a href="https://github.com/aardgoose/CaveView.js/releases" >Download package and Release Notes (2.7.3)</a></p>
<p>Release date: 2024-03-29</p>
<p><a href="https://github.com/aardgoose/CaveView.js/releases" >Download package and Release Notes (2.8.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.7.3" >Source code available here.</a></p>
<p><a href="https://github.com/aardgoose/CaveView.js/tree/2.8.0" >Source code available here.</a></p>
<p><a href="https://threejs.org/" >Built with three.js r162</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.7.3",
"version": "2.8.0",
"description": "3D Cave Survey Viewer",
"scripts": {
"dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w \" \"serve -L -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.7.3';
export const VERSION = '2.8.0';

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

0 comments on commit 695e259

Please sign in to comment.