Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
windows CORS issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk committed May 5, 2022
1 parent fffb10b commit 437d16a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subspace-desktop",
"version": "0.4.6",
"version": "0.4.7",
"private": true,
"description": "Subspace desktop",
"author": "Subspace Labs <https://subspace.network>",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subspace-desktop"
version = "0.4.6"
version = "0.4.7"
description = "Subspace desktop"
authors = ["Subspace Labs <https://subspace.network>"]
license = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions src-tauri/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ fn create_configuration<CS: ChainSpec + 'static>(
"https://127.0.0.1:*".to_string(),
"https://polkadot.js.org".to_string(),
"tauri://localhost".to_string(),
"https://tauri.localhost".to_string(),
]),
rpc_max_payload: None,
ws_max_out_buffer_capacity: None,
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ q-layout(view="hHh lpr fFf")
q-toolbar-title
.row
.col-auto.q-mr-lg.relative-position
p {{ "0.4.6 "}}
p {{ "0.4.7 "}}
.col-auto.q-mr-md.relative-position
q-badge(color="grey" text-color="white")
.q-pa-xs(style="font-size: 14px") {{ lang.nonIncentivizedLabel }}
Expand Down

0 comments on commit 437d16a

Please sign in to comment.