Skip to content

Commit 7951842

Browse files
committed
chore: update version from 0.7.0-beta-1 to 0.9.0-rc-1
1 parent 562f851 commit 7951842

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
_A high-performance, cross-platform desktop suite for developers who demand more from their database tools._
1212

13-
[![Version](https://img.shields.io/badge/version-0.7.0--beta.1-0066ff?style=for-the-badge&logo=semver)](https://github.com/Relwave/relwave-app/releases)
13+
[![Version](https://img.shields.io/badge/version-0.9.0--rc.1-0066ff?style=for-the-badge&logo=semver)](https://github.com/Relwave/relwave-app/releases)
1414
[![License](https://img.shields.io/badge/license-MIT-00cc66?style=for-the-badge)](LICENSE)
1515
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux-lightgray?style=for-the-badge&logo=windows)](https://github.com/Relwave/relwave-app/releases)
1616
[![Tauri](https://img.shields.io/badge/built%20with-Tauri-FFC131?style=for-the-badge&logo=tauri)](https://tauri.app/)

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

0 commit comments

Comments
 (0)