Skip to content

Commit d2ad750

Browse files
committed
chore: bump version to 0.5.5
1 parent 79a6aed commit d2ad750

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default-members = [
1717
]
1818

1919
[workspace.package]
20-
version = "0.5.4"
20+
version = "0.5.5"
2121
edition = "2021"
2222
authors = ["ReasonDB Contributors"]
2323
license = "MIT OR Apache-2.0"

apps/reasondb-client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/reasondb-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reasondb-client",
33
"private": true,
4-
"version": "0.5.4",
4+
"version": "0.5.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

apps/reasondb-client/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": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "ReasonDB",
4-
"version": "0.5.4",
4+
"version": "0.5.5",
55
"identifier": "com.reasondb.desktop",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)