Skip to content

Commit

Permalink
Merge pull request #790 from Finsemble/release/8.5.0
Browse files Browse the repository at this point in the history
Release 8.5.0
  • Loading branch information
glenn-ciq authored Mar 9, 2023
2 parents 78e8d06 + 4dc8aba commit a6bba0a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.4.1",
"version": "8.5.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.4.1"
"@finsemble/finsemble-core": "8.5.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.4.1",
"version": "8.5.0",
"name": "Finsemble",
"authors": "Cosaic",
"description": "Finsemble",
Expand Down
Binary file modified public/assets/img/FinsembleSplash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.4.1/assimilation/assimilation.zip",
"src": "https://assets.finsemble.com/releases/8.5.0/assimilation/assimilation.zip",
"alias": "assimilation",
"target": "AssimilationMain.exe"
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3200,9 +3200,9 @@ htmlparser2@^6.1.0:
entities "^2.0.0"

http-cache-semantics@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
version "4.1.1"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==

http2-wrapper@^1.0.0-beta.5.2:
version "1.0.3"
Expand Down

0 comments on commit a6bba0a

Please sign in to comment.