Skip to content

Commit

Permalink
Fix invalid version in migration and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Oct 1, 2024
1 parent 536d0f2 commit 21a7779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Ktor 3

Starting with `2.7.0`, supabase-kt now uses Ktor 3. This brings WASM support, but projects using Ktor 2 will be incompatible.
Starting with `3.0.0`, supabase-kt now uses Ktor 3. This brings WASM support, but projects using Ktor 2 will be incompatible.
Ktor `3.0.0-rc-1` is used in this release.

# Changes
Expand Down
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Ktor 3

Starting with `2.7.0`, supabase-kt now uses Ktor 3. This brings WASM support, but projects using Ktor 2 will be incompatible.
Starting with `3.0.0`, supabase-kt now uses Ktor 3. This brings WASM support, but projects using Ktor 2 will be incompatible.
Ktor `3.0.0-rc-1` or later has to be used.

### Rename gotrue-kt to auth-kt and rename the package name
Expand Down

0 comments on commit 21a7779

Please sign in to comment.