Skip to content

Commit 64ca743

Browse files
6bass6claude
andcommitted
chore(release): bump version to 4.1.3
Update version in yleaf/__init__.py, dashboard tauri.conf.json, and the dashboard crate (Cargo.toml + Cargo.lock) so release artifacts are named 4.1.3 and match the README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 878fd55 commit 64ca743

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dashboard/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dashboard/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 = "yleaf-dashboard"
3-
version = "4.1.2"
3+
version = "4.1.3"
44
description = "Yleaf Dashboard — Y-chromosomal haplogroup inference GUI"
55
authors = ["Arwin Ralf"]
66
edition = "2021"

dashboard/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",
33
"productName": "Yleaf 4.1",
4-
"version": "4.1.2",
4+
"version": "4.1.3",
55
"identifier": "com.yleaf.dashboard",
66
"build": {
77
"beforeDevCommand": "npm run dev",

yleaf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.0"
1+
__version__ = "4.1.3"

0 commit comments

Comments
 (0)