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

Commit

Permalink
Merge branch 'develop' into ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 29, 2021
2 parents 56dc983 + b76f397 commit dfbccfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sudo apt install caddy
- name: install Holochain
run: |
cargo install holochain --git https://github.com/holochain/holochain --rev a1206a694fe3b521440fe633db99a50b8255c1b2
cargo install holochain --version 0.0.108
cargo install lair_keystore --git https://github.com/guillemcordoba/lair --rev 53fea43d53352609978d550f72f987f0ce458896
- name: setup binaries (ubuntu only)
if: matrix.platform == 'ubuntu-18.04'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sudo apt install caddy
- name: install Holochain
run: |
cargo install holochain --git https://github.com/holochain/holochain --rev a1206a694fe3b521440fe633db99a50b8255c1b2
cargo install holochain --version 0.0.108
cargo install lair_keystore --git https://github.com/guillemcordoba/lair --rev 53fea43d53352609978d550f72f987f0ce458896
- name: setup binaries (ubuntu only)
if: matrix.platform == 'ubuntu-18.04'
Expand Down
2 changes: 1 addition & 1 deletion src/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<mwc-dialog heading="About" ref="dialog">
<div class="column">
<span> Holochain Launcher v0.3.1 </span>
<span style="margin-top: 8px"> Holochain v0.0.107 </span>
<span style="margin-top: 8px"> Holochain v0.0.108 </span>
<span style="margin-top: 8px"> Lair Keystore v0.0.4 </span>
</div>

Expand Down

0 comments on commit dfbccfe

Please sign in to comment.