diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e692b..c0785dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.0.33 +- Bump IOS version to 1.2.71 + ## v1.0.32 - bump IOS version to 1.2.70 diff --git a/CHANGELOG.old.md b/CHANGELOG.old.md index 2810281..17e692b 100644 --- a/CHANGELOG.old.md +++ b/CHANGELOG.old.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/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index 42922f7..3827bbb 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.32' + s.version = '1.0.33' s.summary = 'A new Flutter plugin project.' s.description = <<-DESC A new Flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index 5f1adc5..43a6f2e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: frontegg_flutter description: Flutter package for Frontegg services -version: 1.0.32 +version: 1.0.33 homepage: https://github.com/frontegg/frontegg-flutter #publish_to: "https://pub.dartlang.org" diff --git a/version.txt b/version.txt index 08a69b5..c1cf2f9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.32 \ No newline at end of file +1.0.33 \ No newline at end of file