From 336db2a5cada70d06071b56e4cfe7b1ef942fee0 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Thu, 22 Jan 2026 15:51:54 +0900 Subject: [PATCH] v1.0.1 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 539e2b4..92d4c4b 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ ## インストール ```bash # npm -npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.0 +npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.1 # yarn -yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.0 +yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.1 # pnpm -pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.0 +pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.1 ``` > **NOTE** > このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。 diff --git a/package.json b/package.json index bfe8343..3e4dfc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-uwuzu-sdk", - "version": "1.0.0", + "version": "1.0.1", "description": "A better uwuzu SDK.", "main": "dist/index.js", "types": "dist/types/index.d.ts",