diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ab1c9..746bbb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.5.6] - 2024-04-26 + +* Dependency updates + ## [3.5.5] - 2024-04-23 * Dependency updates diff --git a/README.md b/README.md index 8bd1b75..2880079 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ In your flutter project add the dependency: ``` dart dependencies: ... - wp_json_api: ^3.5.5 + wp_json_api: ^3.5.6 ``` ### Usage example # diff --git a/example/pubspec.lock b/example/pubspec.lock index bdb38f7..dcf413b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -265,10 +265,10 @@ packages: dependency: transitive description: name: nylo_support - sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a" + sha256: "088cfcb38b2415b1fb1a437d8fb440d2d265291c1500c5810d6ded2727a05a72" url: "https://pub.dev" source: hosted - version: "5.65.1" + version: "5.66.0" page_transition: dependency: transitive description: @@ -560,7 +560,7 @@ packages: path: ".." relative: true source: path - version: "3.5.5" + version: "3.5.6" xdg_directories: dependency: transitive description: diff --git a/lib/wp_json_api.dart b/lib/wp_json_api.dart index cdc7816..7e662fe 100644 --- a/lib/wp_json_api.dart +++ b/lib/wp_json_api.dart @@ -22,7 +22,7 @@ import '/models/wp_user.dart'; import '/networking/network_manager.dart'; /// The version of the wp_json_api -String _wpJsonAPIVersion = "3.5.5"; +String _wpJsonAPIVersion = "3.5.6"; /// The base class to initialize and use WPJsonAPI class WPJsonAPI { diff --git a/pubspec.lock b/pubspec.lock index b8a3f2c..b6f615e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -265,10 +265,10 @@ packages: dependency: "direct main" description: name: nylo_support - sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a" + sha256: "088cfcb38b2415b1fb1a437d8fb440d2d265291c1500c5810d6ded2727a05a72" url: "https://pub.dev" source: hosted - version: "5.65.1" + version: "5.66.0" page_transition: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e5ea6f2..73e491d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wp_json_api description: WordPress and WooCommerce JSON API for Flutter Mobile. API allows you to login, register new users, get users info and more. -version: 3.5.5 +version: 3.5.6 homepage: https://woosignal.com repository: https://github.com/woosignal/wp-json-api-flutter issue_tracker: https://github.com/woosignal/wp-json-api-flutter/issues @@ -12,7 +12,7 @@ environment: dependencies: dio: ^5.4.3+1 - nylo_support: ^5.65.1 + nylo_support: ^5.66.0 flutter: sdk: flutter collection: ^1.17.0