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

Commit

Permalink
Fixed hdk v
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 12, 2022
1 parent daab2c6 commit 67e8114
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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 crates/holochain_manager/src/versions/v0_0_131.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct HolochainV0_0_131;

impl VersionManager for HolochainV0_0_131 {
fn hdk_version(&self) -> HdkVersion {
HdkVersion::V0_0_127
HdkVersion::V0_0_126
}

fn initial_config(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launcher",
"version": "0.4.4",
"version": "0.4.5",
"private": true,
"scripts": {
"dev": "concurrently \"npm run dev:ui\" \"sleep 7 && npm tauri dev\"",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
license = ""
name = "holochain-launcher"
repository = ""
version = "0.4.4"
version = "0.4.5"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Holochain Launcher",
"version": "0.4.4"
"version": "0.4.5"
},
"build": {
"distDir": "target/webpack_dist",
Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<div class="column" style="width: 512px" v-else-if="holochainVersions">
<div class="column">
<span> Holochain Launcher v0.4.4 </span>
<span> Holochain Launcher v0.4.5 </span>
<span
style="margin-top: 8px"
v-for="version in holochainVersions"
Expand Down

0 comments on commit 67e8114

Please sign in to comment.