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: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.25
Bug fixing.
Increased versions of Kotlin and Swift-sdks

## v1.0.24
Fixed issue when reset password link sometimes redirected to blank screen.

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.old.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.0.24
Fixed issue when reset password link sometimes redirected to blank screen.

## v1.0.23
Bump swift-sdk to 1.2.51v
Bump kotlin-sdk to 1.3.10v
Expand Down
2 changes: 1 addition & 1 deletion ios/frontegg_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'frontegg_flutter'
s.version = '1.0.24'
s.version = '1.0.25'
s.summary = 'A new Flutter plugin project.'
s.description = <<-DESC
A new Flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: frontegg_flutter
description: Flutter package for Frontegg services
version: 1.0.24
version: 1.0.25
homepage: https://github.com/frontegg/frontegg-flutter
#publish_to: "https://pub.dartlang.org"

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.24
1.0.25
Loading