Skip to content

Commit

Permalink
Upgraded hc version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 4, 2022
1 parent 23da0ae commit 5325865
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo apt install caddy
- name: install Holochain
run: |
cargo install --locked holochain --git https://github.com/holochain/holochain.git --tag holochain-0.0.126
cargo install --locked holochain --git https://github.com/holochain/holochain.git --tag holochain-0.0.127
cargo install lair_keystore --git https://github.com/guillemcordoba/lair --rev 8c0a3683d93540301af53688ea431c7cc0beb438
- name: setup binaries (ubuntu only)
if: matrix.platform == 'ubuntu-18.04'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo apt install caddy
- name: install Holochain
run: |
cargo install --locked holochain --git https://github.com/holochain/holochain.git --tag holochain-0.0.126
cargo install --locked holochain --git https://github.com/holochain/holochain.git --tag holochain-0.0.127
cargo install lair_keystore --git https://github.com/guillemcordoba/lair --rev 8c0a3683d93540301af53688ea431c7cc0beb438
- name: setup binaries (ubuntu only)
run: |
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.3.9",
"version": "0.3.10",
"private": true,
"scripts": {
"dev": "npm run build:ui && npm run tauri dev",
Expand Down
61 changes: 31 additions & 30 deletions src-tauri/Cargo.lock

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

12 changes: 6 additions & 6 deletions 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.3.9"
version = "0.3.10"

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

Expand All @@ -20,11 +20,11 @@ base64 = "0.13.0"
chrono = {version = "0.4", features = ["serde"] }
flate2 = "1.0.20"
futures = "0.3"
holochain_conductor_api = "0.0.26"
holochain_client = {git = "https://github.com/holochain/holochain-client-rust", rev = "1f6dc5dbfe00910e861ca74e28d55c1d6491a645"}
holochain_p2p = "0.0.26"
holochain_types = "0.0.26"
holochain_websocket = "0.0.26"
holochain_conductor_api = "0.0.27"
holochain_client = {git = "https://github.com/holochain/holochain-client-rust", rev = "3a1d622f10950f4a460cc26d43b82fd7927834f3"}
holochain_p2p = "0.0.27"
holochain_types = "0.0.27"
holochain_websocket = "0.0.27"
log = "0.4.14"
log4rs = "1.0.0"
mr_bundle = "0.0.4"
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.3.9"
"version": "0.3.10"
},
"build": {
"distDir": "target/webpack_dist",
Expand Down
4 changes: 2 additions & 2 deletions src/components/About.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<mwc-dialog heading="About" ref="dialog">
<div class="column">
<span> Holochain Launcher v0.3.9 </span>
<span style="margin-top: 8px"> Holochain v0.0.126 </span>
<span> Holochain Launcher v0.3.10 </span>
<span style="margin-top: 8px"> Holochain v0.0.127 </span>
<span style="margin-top: 8px"> Lair Keystore v0.0.9 </span>
</div>
</mwc-dialog>
Expand Down

0 comments on commit 5325865

Please sign in to comment.