From f64711f97a71fc2a03b749b6091deee24f22c71e Mon Sep 17 00:00:00 2001 From: frontegg Date: Fri, 16 Jan 2026 17:37:27 +0000 Subject: [PATCH] chore(release): publish 1.0.32 --- CHANGELOG.md | 3 +++ CHANGELOG.old.md | 3 +++ ios/frontegg_flutter.podspec | 2 +- pubspec.yaml | 2 +- version.txt | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2810281..17e692b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.0.32 +- bump IOS version to 1.2.70 + ## v1.0.31 - Bump IOS version to 1.2.69 diff --git a/CHANGELOG.old.md b/CHANGELOG.old.md index dabd88a..2810281 100644 --- a/CHANGELOG.old.md +++ b/CHANGELOG.old.md @@ -1,3 +1,6 @@ +## v1.0.31 +- Bump IOS version to 1.2.69 + ## v1.0.31 Updated FronteggSwift version to 1.2.69. diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index b203d0d..bfaf6ec 100644 --- a/ios/frontegg_flutter.podspec +++ b/ios/frontegg_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'frontegg_flutter' - s.version = '1.0.31' + s.version = '1.0.32' s.summary = 'A new Flutter plugin project.' s.description = <<-DESC A new Flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index a11937b..5f1adc5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: frontegg_flutter description: Flutter package for Frontegg services -version: 1.0.31 +version: 1.0.32 homepage: https://github.com/frontegg/frontegg-flutter #publish_to: "https://pub.dartlang.org" diff --git a/version.txt b/version.txt index a8c6b78..08a69b5 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.31 \ No newline at end of file +1.0.32 \ No newline at end of file