diff --git a/README.md b/README.md index 3aedfc5..2f65f30 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@
-[![Version](https://img.shields.io/badge/version-1.1.3-blue.svg)](https://github.com/lintsinghua/XCodeReviewer/releases) +[![Version](https://img.shields.io/badge/version-1.2.0-blue.svg)](https://github.com/lintsinghua/XCodeReviewer/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](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 @@
-[![Version](https://img.shields.io/badge/version-1.1.3-blue.svg)](https://github.com/lintsinghua/XCodeReviewer/releases) +[![Version](https://img.shields.io/badge/version-1.2.0-blue.svg)](https://github.com/lintsinghua/XCodeReviewer/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](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",