Skip to content

Commit 407ca02

Browse files
authored
Merge pull request #165 from codecoradev/develop
release: v0.3.1
2 parents 3e01be3 + 6869ee5 commit 407ca02

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## [0.3.1-beta.1] — 2026-07-09
1+
## [0.3.1] — 2026-07-09
2+
3+
Stable patch release. Promotes v0.3.1-beta.1 (identical contents) to a full release.
24

35
### Added
46
- **Document tree UX overhaul** — full hierarchy view with folder/file icons, recursive tree, and slide transitions (#157)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "corin",
33
"private": true,
4-
"version": "0.3.1-beta.1",
4+
"version": "0.3.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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.

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 = "corin"
3-
version = "0.3.1-beta.1"
3+
version = "0.3.1"
44
edition = "2024"
55
description = "CorIn — Cora Intelligence. Desktop knowledge workstation."
66

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://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
33
"productName": "CorIn",
4-
"version": "0.3.1-beta.1",
4+
"version": "0.3.1",
55
"identifier": "dev.codecora.corin",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)