From 23aeef7e4cc7074977b169215b3a95a891ac7719 Mon Sep 17 00:00:00 2001 From: librarian <57712678+LibraryLibrarian@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:10:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=81=93=E3=81=AE=E9=A6=AC=E9=B9=BF?= =?UTF-8?q?=E3=81=8C=E6=B7=B1=E5=A4=9C=E3=81=AB=E4=BD=9C=E6=A5=AD=E3=81=97?= =?UTF-8?q?=E3=81=A6=E3=82=8B=E3=81=9B=E3=81=84=E3=81=A7=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E6=9B=B4=E6=96=B0=E3=82=92=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=E3=81=97=E5=BF=98=E3=82=8C=E3=81=9F=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E6=85=8C=E3=81=A6=E3=81=A6=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0472a3..b4e81ff 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dependencies: - misskey_auth: ^0.1.3-beta + misskey_auth: ^0.1.4-beta ``` ### Quick Start @@ -416,7 +416,7 @@ MisskeyのOAuth認証・MiAuth認証に加え、マルチアカウントのト ```yaml dependencies: - misskey_auth: ^0.1.3-beta + misskey_auth: ^0.1.4-beta ``` ### クイックスタート diff --git a/pubspec.yaml b/pubspec.yaml index ed7c42e..9dc10cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,7 +31,7 @@ topics: # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.3-beta +version: 0.1.4-beta environment: sdk: ">=3.5.0 <4.0.0"