diff --git a/CHANGELOG.md b/CHANGELOG.md index 193ad21..3c7e3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,4 +42,8 @@ Increase Kotlin version to 1.3.10 ## 0.1.0 -Perform steganography encoding/decoding in a separate thread in order to avoid blocking UI thread. \ No newline at end of file +Perform steganography encoding/decoding in a separate thread in order to avoid blocking UI thread. + +## 0.1.1 + +Improve documentation with `Go` specific prerequisites. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 080f4ee..247ee5a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_stegify description: Flutter plugin for steganography encoding and decoding files within an image using stegify API. -version: 0.1.0 +version: 0.1.1 homepage: https://github.com/DimitarPetrov/stegify-flutter-plugin environment: