Skip to content

Commit 8aff7bb

Browse files
committed
chore: update the version from 0.9.0-rc-1 to 0.9.0-rc-5
1 parent a39ff1f commit 8aff7bb

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.9.0-rc-1",
3+
"version": "0.9.0-rc-5",
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.9.0-rc-1",
4+
"version": "0.9.0-rc-5",
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.9.0-rc-1"
3+
version = "0.9.0-rc-5"
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.9.0-rc-1",
4+
"version": "0.9.0-rc-5",
55
"identifier": "tech.relwave.app",
66
"build": {
77
"beforeDevCommand": "vite",

0 commit comments

Comments
 (0)