From 8473c40f2774c80f360b28b41dcd535bb04eb425 Mon Sep 17 00:00:00 2001 From: sensuikan1973 Date: Wed, 24 Sep 2025 23:28:59 +0000 Subject: [PATCH] Prepare for new Release 7.55.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61cd1e588d..e4ff97681c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 7.55.0 + +upgrade dependencies. + # 7.54.0 upgrade libedax. See: https://github.com/sensuikan1973/edax-reversi/compare/f3c864412563797dbef94b059eaebcf6ea06dfaa...sensuikan1973:edax-reversi:b80bcc1af736a83ba0f84429d064a4876609ce14 diff --git a/pubspec.yaml b/pubspec.yaml index e5fc1081a4..13ad15a291 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ # See: https://dart.dev/tools/pub/publishing name: libedax4dart -version: 7.54.0 +version: 7.55.0 description: Dart wrapper for libedax. With using libedax4dart, you can execute functions equivalent to edax. homepage: https://github.com/sensuikan1973/libedax4dart repository: https://github.com/sensuikan1973/libedax4dart