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

Commit

Permalink
upped launcher version number
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Oct 27, 2022
1 parent 7eb0180 commit 1edbd30
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launcher",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"scripts": {
"dev": "concurrently \"npm run dev:ui\" \"sleep 14 && npm run 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 = "2021"
license = ""
name = "holochain-launcher"
repository = ""
version = "0.7.0"
version = "0.7.1"

# 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.7.0"
"version": "0.7.1"
},
"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 @@ -23,7 +23,7 @@
>About</span
> -->
<div class="column">
<span> Holochain Launcher v0.7.0 </span>
<span> Holochain Launcher v0.7.1 </span>
<span
style="margin-top: 8px"
v-for="version in holochainVersions"
Expand Down

0 comments on commit 1edbd30

Please sign in to comment.