Skip to content

Commit

Permalink
v3.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jul 14, 2024
1 parent 039d594 commit 3bad0a2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.5.13] - 2024-07-14

* Dependency updates

## [3.5.12] - 2024-07-06

* Dependency updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In your flutter project add the dependency:
``` dart
dependencies:
...
wp_json_api: ^3.5.12
wp_json_api: ^3.5.13
```

### Usage example #
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: a5f17989b13577f10111dd9ea6d2bacb31bc0c7be4e8786acf93be248e0c01fe
sha256: "8431e9047e72f887cea104c657093e41cc4e73ccb7c77ace15664146cc43a79b"
url: "https://pub.dev"
source: hosted
version: "5.79.1"
version: "5.81.2"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -680,7 +680,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.12"
version: "3.5.13"
xdg_directories:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/wp_json_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.12";
String _wpJsonAPIVersion = "3.5.13";

/// The base class to initialize and use WPJsonAPI
class WPJsonAPI {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: a5f17989b13577f10111dd9ea6d2bacb31bc0c7be4e8786acf93be248e0c01fe
sha256: "8431e9047e72f887cea104c657093e41cc4e73ccb7c77ace15664146cc43a79b"
url: "https://pub.dev"
source: hosted
version: "5.79.1"
version: "5.81.2"
page_transition:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.12
version: 3.5.13
homepage: https://woosignal.com
repository: https://github.com/woosignal/wp-json-api-flutter
issue_tracker: https://github.com/woosignal/wp-json-api-flutter/issues
Expand All @@ -12,7 +12,7 @@ environment:

dependencies:
dio: ^5.4.3+1
nylo_support: ^5.79.1
nylo_support: ^5.81.2
flutter:
sdk: flutter
collection: ^1.17.0
Expand Down

0 comments on commit 3bad0a2

Please sign in to comment.