Skip to content

Commit

Permalink
Release af-v1.4.1 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Dec 7, 2023
1 parent d93ad2f commit bd906fc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions auth0_flutter/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## [af-v1.4.1](https://github.com/auth0/auth0-flutter/tree/af-v1.4.1) (2023-12-07)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.4.0...af-v1.4.1)

**Fixed**
- af: Install Kover from the library's Gradle config [\#372](https://github.com/auth0/auth0-flutter/pull/372) ([Widcket](https://github.com/Widcket))
- Update `auth0_flutter_platform_interface` to 1.4.0 [\#370](https://github.com/auth0/auth0-flutter/pull/370) ([Widcket](https://github.com/Widcket))

## [af-v1.4.0](https://github.com/auth0/auth0-flutter/tree/af-v1.4.0) (2023-12-06)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/af-v1.3.1...af-v1.4.0)

Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/ios/auth0_flutter.podspec
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'auth0_flutter'
s.version = '1.4.0'
s.version = '1.4.1'
s.summary = 'Auth0 SDK for Flutter'
s.description = 'Auth0 SDK for Flutter Android and iOS apps.'
s.homepage = 'https://auth0.com'
Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter/lib/src/version.dart
@@ -1 +1 @@
const String version = '1.4.0';
const String version = '1.4.1';
2 changes: 1 addition & 1 deletion auth0_flutter/pubspec.yaml
@@ -1,6 +1,6 @@
name: auth0_flutter
description: Auth0 SDK for Flutter. Easily integrate Auth0 into Android / iOS Flutter apps.
version: 1.4.0
version: 1.4.1
homepage: https://github.com/auth0/auth0-flutter

environment:
Expand Down

0 comments on commit bd906fc

Please sign in to comment.