diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc53b4..dcccaaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1 + +* Add Tizen 9.0 bindings. + ## 0.4.0 * Remove Tizen 5.5 bindings. diff --git a/pubspec.yaml b/pubspec.yaml index 17f5b8d..2783504 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: tizen_interop description: Dart bindings for Tizen native APIs, powered by ffigen. homepage: https://github.com/flutter-tizen/tizen_interop -version: 0.4.0 +version: 0.4.1 environment: sdk: ">=3.1.0 <4.0.0"