Skip to content

Commit

Permalink
Staging 0.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored May 22, 2024
2 parents 2106b41 + 9011576 commit 06f83ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3158,7 +3158,7 @@ function shuffleKeys() {
.map(({ key }) => key); // Extract the keys
}

// Draw
// Draw Objects
function drawObjects(event) {
//event.frameState = event.frameState / 10;
//console.log("event.frameState");
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "echo 'Removing temporal cache files' && rm -rf dist/* .parcel-cache/* && mkdir -p dist/img/ && cp -r img/ dist/ && parcel build --public-url . index.html"
},
"description": "MapUI Client for CB-Tumblebug (display multi-cloud infra service)",
"version": "0.8.16",
"version": "0.8.17",
"repository": {
"type": "git",
"url": "git+https://github.com/cloud-barista/cb-mapui.git"
Expand Down

0 comments on commit 06f83ee

Please sign in to comment.