From e0a29456bd9d5d808f447476a49a8460e9649317 Mon Sep 17 00:00:00 2001 From: xudafeng Date: Tue, 1 Apr 2025 15:13:19 +0800 Subject: [PATCH] chore: update version --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb5a66f..7a4bee5 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ [npm-image]: https://img.shields.io/npm/v/easy-i18n-cli.svg [npm-url]: https://npmjs.org/package/easy-i18n-cli -[ci-image]: https://github.com/xudafeng/easy-i18n-cli/actions/workflows/ci.yml/badge.svg -[ci-url]: https://github.com/xudafeng/easy-i18n-cli/actions/workflows/ci.yml +[ci-image]: https://github.com/node-modules/easy-i18n-cli/actions/workflows/ci.yml/badge.svg +[ci-url]: https://github.com/node-modules/easy-i18n-cli/actions/workflows/ci.yml [node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg [node-url]: http://nodejs.org/download/ [download-image]: https://img.shields.io/npm/dm/easy-i18n-cli.svg diff --git a/package.json b/package.json index cf37c16..2ca50d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-i18n-cli", - "version": "2.0.0", + "version": "2.0.1", "description": "easy-i18n-cli", "keywords": [ "i18n" @@ -16,7 +16,7 @@ "main": "./src/easy-i18n.js", "repository": { "type": "git", - "url": "git://github.com/xudafeng/easy-i18n-cli.git" + "url": "git://github.com/node-modules/easy-i18n-cli.git" }, "dependencies": { "chalk": "4",