Skip to content

Commit

Permalink
Release release/8.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions automation committed Nov 9, 2023
1 parent 06606d8 commit 69f1c62
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://interop.io/developer-license-agreement/
https://www.finsemble.com/developer-license-agreement/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Finsemble Seed 🌱

Note, the finsemble-seed project is intended for developers. If you're looking to get going quickly without any development then [contact us](https://cosaic.io/contact/) to get access to the **Finsemble Smart Desktop Designer** - a no-code GUI tool for assembling an FDC3 compliant smart desktop. If you are an existing Finsemble client, run `yarn sdd` to start using the Smart Desktop Designer.
Note, the finsemble-seed project is intended for developers. If you're looking to get going quickly without any development then [contact us](https://cosaic.io/contact/) to get access to the **Finsemble Smart Desktop Designer** - a no-code GUI tool for assembling an FDC3 compliant smart desktop. If you are an existing Finsemble client, contact us at [support@finsemble.com](mailto:support@finsemble.com) to start using the Smart Desktop Designer.

## What is the "seed"?

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finsemble-seed",
"version": "8.10.0",
"version": "8.9.4",
"scripts": {
"adapter": "finsemble adapter",
"build": "finsemble build --watch=false",
Expand All @@ -19,9 +19,9 @@
"author": "Finsemble",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@finsemble/finsemble-core": "8.10.0",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.14",
"@finsemble/finsemble-core": "8.9.4",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"react": "18.2.0",
"react-dom": "18.2.0"
}
Expand Down
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.10.0",
"version": "8.9.4",
"name": "Finsemble",
"authors": "Finsemble",
"description": "Finsemble",
Expand Down
2 changes: 1 addition & 1 deletion 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.10.0/assimilation/assimilation.zip",
"src": "https://assets.finsemble.com/releases/8.9.4/assimilation/assimilation.zip",
"alias": "assimilation",
"target": "AssimilationMain.exe"
}
Expand Down

0 comments on commit 69f1c62

Please sign in to comment.