Skip to content

Commit 62574a1

Browse files
committed
Bump version: v0.2.1 → v0.2.2
1 parent 742f4e3 commit 62574a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.1"
2+
current_version = "0.2.2"
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.1";
1+
export const APP_VERSION = "0.2.2";

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.1",
4+
"version": "0.2.2",
55
"identifier": "org.openmined.syftui",
66
"build": {
77
"frontendDist": "../src-frontend/out",

0 commit comments

Comments
 (0)