Skip to content

Commit

Permalink
rc branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tpmccauley committed Jun 15, 2023
1 parent f0edb3a commit e3b43ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var ispy = ispy || {};
ispy.detector = {"Collections":{}};
ispy.version = "1.0.1-rc";
ispy.version = "v1.0.1";

// These need to be defined before adding objects:
ispy.POINT = 0;
Expand Down
2 changes: 1 addition & 1 deletion js/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ ispy.init = function() {

});

document.getElementById('version').innerHTML = "v"+ispy.version;
document.getElementById('version').innerHTML = ispy.version;
document.getElementById('threejs').innerHTML = "r"+THREE.REVISION;

window.addEventListener('resize', ispy.onWindowResize, false);
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": "ispy-webgl",
"version": "1.0.1-rc",
"version": "v1.0.1",
"description": "A browser-based event display for the CMS experiment at the LHC, using WebGL",
"main": "",
"scripts": {
Expand Down

0 comments on commit e3b43ab

Please sign in to comment.