mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 10:20:16 -06:00
chore: Bump SDA version to 9.1.0 (#1033)
* Bump SDA version to 9.1.0 * Bump typescript version * Fix lint issues
This commit is contained in:
parent
2c0d64c1bb
commit
589bc1f8e5
@ -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",
|
||||
@ -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",
|
||||
|
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user