diff --git a/example/pubspec.lock b/example/pubspec.lock index 7a18ee2..337f523 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -86,7 +86,7 @@ packages: path: ".." relative: true source: path - version: "1.0.4" + version: "1.0.5" fuchsia_remote_debug_protocol: dependency: transitive description: flutter diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index 7207153..a07c21c 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.4' + s.version = '1.0.5' s.summary = 'A new Flutter plugin project.' s.description = <<-DESC A new Flutter plugin project. diff --git a/pubspec.yaml b/pubspec.yaml index da6b8ef..e489e2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: frontegg_flutter description: Flutter package for Frontegg services -version: 1.0.4 +version: 1.0.5 homepage: https://github.com/frontegg/frontegg-flutter #publish_to: "https://pub.dartlang.org" diff --git a/version.txt b/version.txt index a6a3a43..1464c52 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.4 \ No newline at end of file +1.0.5 \ No newline at end of file