Skip to content

Commit

Permalink
Merge pull request #173 from holochain-apps/build/release-0.7.0-beta
Browse files Browse the repository at this point in the history
build: bump version to 0.7.0-beta
  • Loading branch information
mattyg authored Oct 22, 2024
2 parents c719639 + e3c98ff commit c903a1a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.

6 changes: 3 additions & 3 deletions package-lock.json

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": "volla_messages",
"version": "0.7.0-beta-rc.4",
"version": "0.7.0-beta",
"private": true,
"workspaces": [
"ui"
Expand Down
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 = "volla_messages"
version = "0.7.0-beta-rc.4"
version = "0.7.0-beta"
description = "Volla Messages"
authors = ["Tibet Sprague", "Eric Harris-Braun"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Volla Messages",
"version": "0.7.0-beta-rc.4",
"version": "0.7.0-beta",
"identifier": "com.volla.messages",
"build": {
"beforeBuildCommand": "npm run build -w ui",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.7.0-beta-rc.4",
"version": "0.7.0-beta",
"private": true,
"scripts": {
"start": "vite --clearScreen false",
Expand Down

0 comments on commit c903a1a

Please sign in to comment.