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"