Skip to content

Commit 2090cde

Browse files
MARSclaude
andcommitted
chore(release): bump to v3.7.1 — fix desktop installer version string
v3.7.0 release built the desktop installer from the wrong commit; desktop/package.json was still 3.6.0 at tag time, producing ODIA-Setup-3.6.0.exe. This patch aligns both version strings before the tag so the release workflow produces ODIA-Setup-3.7.1.exe. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 44663ef commit 2090cde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "odia-desktop",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "O.D.I.A. Desktop — Local document analysis for legal and government documents",
55
"main": "src/main.js",
66
"author": "Synthetic Technology Revolution <syntechrev@gmail.com>",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "odia"
7-
version = "3.7.0"
7+
version = "3.7.1"
88
description = "O.D.I.A. — Oraculus Decimus Intellect Analyst: civic accountability intelligence platform for forensic analysis of legal and government documents"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)