Skip to content

Commit ffa1020

Browse files
Einstellungclaude
andcommitted
chore: 0.7.10
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UZH8PtuL5iiNi5dZJ1zfSB
1 parent e5f78eb commit ffa1020

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reading-partner",
33
"private": true,
4-
"version": "0.7.9",
4+
"version": "0.7.10",
55
"license": "PolyForm-Noncommercial-1.0.0",
66
"author": "Xinyuan (https://github.com/Einstellung)",
77
"type": "module",

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 = "reading-partner"
3-
version = "0.7.9"
3+
version = "0.7.10"
44
description = "AI reading partner"
55
authors = ["Reading-Partner"]
66
edition = "2021"

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": "Reading Partner",
4-
"version": "0.7.9",
4+
"version": "0.7.10",
55
"identifier": "com.xinyuan.readingpartner",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)