Skip to content

Commit

Permalink
Release release/8.13.0 (#815)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions automation <[email protected]>
  • Loading branch information
NinjaManatee and Github Actions automation authored Oct 22, 2024
1 parent ec2ec16 commit c3bf714
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.12.2",
"version": "8.13.0",
"scripts": {
"adapter": "finsemble adapter",
"build": "finsemble build --watch=false",
Expand All @@ -19,7 +19,7 @@
"author": "Finsemble",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@finsemble/finsemble-core": "8.12.2",
"@finsemble/finsemble-core": "8.13.0",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.15",
"react": "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.12.2",
"version": "8.13.0",
"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.12.2/assimilation/assimilation.zip",
"src": "https://assets.finsemble.com/releases/8.13.0/assimilation/assimilation.zip",
"alias": "assimilation",
"target": "AssimilationMain.exe"
}
Expand Down

0 comments on commit c3bf714

Please sign in to comment.