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 bdef93a commit cbaf2deCopy full SHA for cbaf2de
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.2.11"
+current_version = "0.2.12"
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.11";
+export const APP_VERSION = "0.2.12";
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.4.1",
"productName": "SyftBox",
- "version": "0.2.11",
+ "version": "0.2.12",
"identifier": "org.openmined.syftui",
6
"build": {
7
"frontendDist": "../src-frontend/out",
0 commit comments