diff --git a/index.js b/index.js index 2f1fbac..8e9f082 100644 --- a/index.js +++ b/index.js @@ -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"); diff --git a/package.json b/package.json index 1ce2b7d..9f217e4 100644 --- a/package.json +++ b/package.json @@ -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"