Skip to content

Commit

Permalink
release: bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Nov 4, 2024
1 parent 7b5bee2 commit 3e961fd
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.7.1] - 2024-11-04

### Added
- Automated release builds in CI


## [0.7.0-beta] - 2024-10-23

### Fixed
Expand Down
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.

Binary file added example-qr-code-user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volla_messages",
"version": "0.7.0-beta",
"version": "0.7.1",
"private": true,
"workspaces": ["ui"],
"scripts": {
Expand All @@ -25,7 +25,7 @@
"start:android": "npm run build:happ && BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) INTERNAL_IP=$(internal-ip --ipv4) concurrently -k \"npm run local-services\" \"UI_PORT=1420 npm run -w ui start\" \"npm run tauri android dev\"",
"launch": "concurrently-repeat \"npm run tauri dev\" $AGENTS",
"tauri": "tauri",
"setup:happ-release": "curl -L https://github.com/holochain-apps/relay/releases/download/v0.7.0-beta/relay-0.7.0-beta.happ -o workdir/relay.happ"
"setup:happ-release": "curl -L https://github.com/holochain-apps/relay/releases/download/v0.7.1/relay-0.7.1.happ -o workdir/relay.happ"
},
"devDependencies": {
"@holochain-playground/cli": "^0.2.0",
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.1"
version = "0.7.1"
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",
"version": "0.7.1",
"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",
"version": "0.7.1",
"private": true,
"scripts": {
"start": "vite --clearScreen false",
Expand Down

0 comments on commit 3e961fd

Please sign in to comment.