Skip to content

Commit 8a4fbb6

Browse files
authored
chore(release): bump version to v0.6.1 (#132)
1 parent cb78707 commit 8a4fbb6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "citadel",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"type": "module",
55
"scripts": {
66
"build": "bun run build:app",

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 = "citadel-rs"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Backend for Citadel, embedded into the Tauri app or run stand-alone."
55
authors = ["Phil Denhoff"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"productName": "Citadel",
4747
"mainBinaryName": "Citadel",
48-
"version": "0.6.0",
48+
"version": "0.6.1",
4949
"identifier": "software.everydaythings.citadel",
5050
"plugins": {
5151
"updater": {

0 commit comments

Comments
 (0)