Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -416,7 +416,7 @@ MisskeyのOAuth認証・MiAuth認証に加え、マルチアカウントのト

```yaml
dependencies:
misskey_auth: ^0.1.3-beta
misskey_auth: ^0.1.4-beta
```

### クイックスタート
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading