Skip to content

Commit f8cb196

Browse files
committed
chore: update version to v0.6.0-beta.1 in package.json, Cargo.toml, Cargo.lock, and tauri.conf.json
1 parent 2a99dbf commit f8cb196

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relwave-bridge",
3-
"version": "0.5.0-beta.2",
3+
"version": "v0.6.0-beta.1",
44
"type": "commonjs",
55
"main": "dist/index.cjs",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relwave",
33
"private": true,
4-
"version": "0.5.0-beta.2",
4+
"version": "v0.6.0-beta.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relwave"
3-
version = "0.5.0-beta.2"
3+
version = "v0.6.0-beta.1"
44
description = "A powerful, cross-platform desktop application for database management with native Git version control."
55
authors = ["yashh56"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "RelWave",
4-
"version": "0.5.0-beta.2",
4+
"version": "v0.6.0-beta.1",
55
"identifier": "tech.relwave.app",
66
"build": {
77
"beforeDevCommand": "vite",

0 commit comments

Comments
 (0)