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

Commit

Permalink
use raw chain spec and bump version (#252)
Browse files Browse the repository at this point in the history
* use raw chain spec

* version bump
  • Loading branch information
ozgunozerk committed Jun 9, 2022
1 parent 6269b36 commit 3bee94f
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 339 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.6.4",
"version": "0.6.5",
"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.6.4"
version = "0.6.5"
description = "Subspace desktop"
authors = ["Subspace Labs <https://subspace.network>"]
license = "Apache-2.0"
Expand Down
420 changes: 84 additions & 336 deletions src-tauri/chain-spec.json

Large diffs are not rendered by default.

0 comments on commit 3bee94f

Please sign in to comment.