From c7ce5bae30a9eb09b5de80f127dce1e3d63160bd Mon Sep 17 00:00:00 2001
From: lintsinghua <1930438860@qq.com>
Date: Mon, 27 Oct 2025 18:50:00 +0800
Subject: [PATCH] chore: bump version to v1.2.0
- Update package.json version to 1.2.0
- Update version badges in README files
- Update package-lock.json
---
README.md | 2 +-
README_EN.md | 2 +-
package-lock.json | 4 ++--
package.json | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 3aedfc5..2f65f30 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
-[](https://github.com/lintsinghua/XCodeReviewer/releases)
+[](https://github.com/lintsinghua/XCodeReviewer/releases)
[](https://opensource.org/licenses/MIT)
[](https://reactjs.org/)
[](https://www.typescriptlang.org/)
diff --git a/README_EN.md b/README_EN.md
index fc5bb9e..8fa5c08 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -13,7 +13,7 @@
-[](https://github.com/lintsinghua/XCodeReviewer/releases)
+[](https://github.com/lintsinghua/XCodeReviewer/releases)
[](https://opensource.org/licenses/MIT)
[](https://reactjs.org/)
[](https://www.typescriptlang.org/)
diff --git a/package-lock.json b/package-lock.json
index 844536a..ab091cc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "xcode-reviewer",
- "version": "1.1.3",
+ "version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "xcode-reviewer",
- "version": "1.1.3",
+ "version": "1.2.0",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@radix-ui/react-accordion": "^1.2.8",
diff --git a/package.json b/package.json
index 9445c17..42a04ff 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "xcode-reviewer",
- "version": "1.1.3",
+ "version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",