From 648924410e7b4082ad221ba8ec28bd7551ce98f0 Mon Sep 17 00:00:00 2001 From: frontegg Date: Fri, 4 Oct 2024 10:15:04 +0000 Subject: [PATCH] chore(release): publish 1.0.4 --- example/pubspec.lock | 2 +- ios/frontegg_flutter.podspec | 2 +- pubspec.yaml | 2 +- version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 4d568db..7a18ee2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -86,7 +86,7 @@ packages: path: ".." relative: true source: path - version: "1.0.3" + version: "1.0.4" fuchsia_remote_debug_protocol: dependency: transitive description: flutter diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index af4347a..8457031 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.3' + s.version = '1.0.4' s.summary = 'A new Flutter plugin project.' s.description = <<-DESC A new Flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index c44ee66..da6b8ef 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: frontegg_flutter description: Flutter package for Frontegg services -version: 1.0.3 +version: 1.0.4 homepage: https://github.com/frontegg/frontegg-flutter #publish_to: "https://pub.dartlang.org" diff --git a/version.txt b/version.txt index e4c0d46..a6a3a43 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.0.4 \ No newline at end of file