Skip to content

Commit

Permalink
chore: Bump SDA version to 9.1.0 (#1033)
Browse files Browse the repository at this point in the history
* Bump SDA version to 9.1.0

* Bump typescript version

* Fix lint issues
  • Loading branch information
KiranNiranjan authored Jul 21, 2020
1 parent 2c0d64c commit 589bc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "symphony",
"productName": "Symphony",
"version": "9.0.1",
"version": "9.1.0",
"clientVersion": "2.0.1",
"buildNumber": "0",
"searchAPIVersion": "1.55.3",
Expand Down Expand Up @@ -145,7 +145,7 @@
"spectron": "^11.0.0",
"ts-jest": "25.3.0",
"tslint": "5.11.0",
"typescript": "3.1.1"
"typescript": "3.9.7"
},
"dependencies": {
"archiver": "3.1.1",
Expand Down
3 changes: 0 additions & 3 deletions src/app/window-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,9 +727,6 @@ export class WindowHandler {
cloudConfig,
finalConfig,
hostname,
buildNumber: versionHandler.versionInfo.buildNumber,
clientVersion: versionHandler.versionInfo.clientVersion,
sfeVersion: versionHandler.versionInfo.sfeVersion,
versionLocalised,
...versionHandler.versionInfo,
};
Expand Down

0 comments on commit 589bc1f

Please sign in to comment.