Skip to content

Commit 00c5143

Browse files
bealqiuclaude
andcommitted
chore(release): bump version to 1.3.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 461f132 commit 00c5143

8 files changed

Lines changed: 8 additions & 9 deletions

File tree

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"Bash(git pull *)",
1717
"Bash(gh pr *)",
1818
"Bash(git fetch *)",
19-
"Bash(git merge *)"
19+
"Bash(git merge *)",
20+
"Bash(node scripts/bump-version.js 1.3.1)"
2021
]
2122
}
2223
}

packages/app-expo/app.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
expo: {
77
name: variant.name,
88
slug: "readany",
9-
version: "1.3.0",
9+
version: "1.3.1",
1010
orientation: "portrait",
1111
icon: "./assets/icon.png",
1212
userInterfaceStyle: "automatic",

packages/app-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readany/app-expo",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"private": true,
55
"main": "index.js",
66
"expo": {

packages/app-expo/src/screens/ProfileScreen.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,6 @@ export function ProfileScreen() {
473473
title={card.title}
474474
value={card.value}
475475
unit={card.unit}
476-
metaLabel={card.metaLabel}
477-
metaValue={card.metaValue}
478476
onPress={() => nav.navigate("Stats")}
479477
style={{ width: "100%" }}
480478
/>

packages/app/package.json

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

packages/app/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.

packages/app/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 = "app"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "ReadAny - AI-powered EPUB Reader"
55
authors = ["you"]
66
edition = "2021"

packages/app/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": "ReadAny",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"identifier": "com.readany.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)