Skip to content

Commit

Permalink
bump version number to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msavva committed Dec 17, 2018
1 parent 5f5c952 commit 3175814
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sstk-core",
"version": "0.7.1",
"version": "0.7.2",
"description": "SmartScenes ToolKit: a library for viewing, editing and annotating 3D models and scenes",
"main": "build/STK-core.bundle.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"./*"
],
"version": "0.7.1"
"version": "0.7.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sstk",
"version": "0.7.1",
"version": "0.7.2",
"description": "SmartScenes ToolKit: a library for viewing, editing and annotating 3D models and scenes",
"main": "stk-ssc",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sstk-server",
"version": "0.7.1",
"version": "0.7.2",
"description": "SmartScenes ToolKit server: tools and interfaces for viewing, editing and annotating 3D models and scenes",
"scripts": {
"cover": "istanbul cover mocha",
Expand Down
4 changes: 2 additions & 2 deletions ssc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sstk-ssc",
"version": "0.7.1",
"version": "0.7.2",
"description": "SmartScenes ToolKit Server-side Compute: tools for rendering and exporting 3D models and scenes",
"main": "stk-ssc",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"seedrandom": "^2.4.3",
"shelljs": "^0.7.0",
"sharp": "^0.20.5",
"sstk-core": "^0.7.1",
"sstk-core": "^0.7.2",
"w3c-xmlhttprequest": "^2.1.2",
"xmlhttprequest": "^1.8.0",
"heapdump": "^0.3.9"
Expand Down

0 comments on commit 3175814

Please sign in to comment.