We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb80a06 commit 3107027Copy full SHA for 3107027
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.2.4"
+current_version = "0.2.5"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4
serialize = ["{major}.{minor}.{patch}"]
5
search = "{current_version}"
src-frontend/lib/version.ts
@@ -1 +1 @@
-export const APP_VERSION = "0.2.4";
+export const APP_VERSION = "0.2.5";
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.4.1",
"productName": "SyftBox",
- "version": "0.2.4",
+ "version": "0.2.5",
"identifier": "org.openmined.syftui",
6
"build": {
7
"frontendDist": "../src-frontend/out",
0 commit comments