Skip to content

Commit

Permalink
Release release/8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions automation committed Mar 30, 2023
1 parent a6bba0a commit 1ae8e6d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5,044 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finsemble-seed",
"version": "8.5.0",
"version": "8.6.0",
"scripts": {
"adapter": "finsemble adapter",
"build": "finsemble build --watch=false",
Expand All @@ -19,6 +19,6 @@
"author": "Cosaic",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@finsemble/finsemble-core": "8.5.0"
"@finsemble/finsemble-core": "8.6.0"
}
}
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"manifestUrl": "http://mysite.com/configs/application/manifest-local.json",
"updateUrl": "http://mysite.com/configs/application/updatesLocation",
"icon": "./public/assets/img/installer_icon.ico",
"version": "8.5.0",
"version": "8.6.0",
"name": "Finsemble",
"authors": "Cosaic",
"description": "Finsemble",
Expand Down
2 changes: 1 addition & 1 deletion public/configs/application/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"name": "Finsemble Documentation",
"type": "web",
"details": {
"url": "http://documentation.chartiq.com/finsemble"
"url": "http://documentation.finsemble.com"
},
"hostManifests": {
"Finsemble": {
Expand Down
3 changes: 1 addition & 2 deletions public/configs/application/manifest-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"appAssets": [
{
"src": "https://assets.finsemble.com/releases/8.5.0/assimilation/assimilation.zip",
"src": "https://assets.finsemble.com/releases/8.6.0/assimilation/assimilation.zip",
"alias": "assimilation",
"target": "AssimilationMain.exe"
}
Expand Down Expand Up @@ -44,7 +44,6 @@
]
},
"finsemble-electron-adapter": {
"useDOMBasedMovement": true,
"allowedManifestDomains": [
"*"
]
Expand Down
Loading

0 comments on commit 1ae8e6d

Please sign in to comment.