diff --git a/CHANGELOG.md b/CHANGELOG.md index 907da8222..cf9a1d5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 5.4.0-wip +## 5.4.0 - Fix constant values `ERROR_SERVICE_NOT_ACTIVE`, `KF_FLAG_ALIAS_ONLY`, `QS_INPUT`, `STD_INPUT_HANDLE`, `STD_OUTPUT_HANDLE`, `STD_ERROR_HANDLE`, diff --git a/pubspec.yaml b/pubspec.yaml index 43de36a6b..4d9930f81 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: win32 description: > A Dart library for accessing common Win32 APIs using FFI. No C required! -version: 5.4.0-wip +version: 5.4.0 homepage: https://win32.pub repository: https://github.com/dart-windows/win32 issue_tracker: https://github.com/dart-windows/win32/issues