Skip to content

Commit 3107027

Browse files
committed
Bump version: v0.2.4 → v0.2.5
1 parent bb80a06 commit 3107027

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.2.4"
2+
current_version = "0.2.5"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

src-frontend/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = "0.2.4";
1+
export const APP_VERSION = "0.2.5";

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.4.1",
33
"productName": "SyftBox",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"identifier": "org.openmined.syftui",
66
"build": {
77
"frontendDist": "../src-frontend/out",

0 commit comments

Comments
 (0)