diff --git a/fastlane/metadata/android/en-US/changelogs/1006.txt b/fastlane/metadata/android/en-US/changelogs/1006.txt new file mode 100644 index 0000000..8d0e91d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1006.txt @@ -0,0 +1,6 @@ +* Fix unnecessarily strict checking of server name (#5) +* Add localization support +* Add rough German translation +* Update processing information text +* Update dependencies +* Allow cleartext traffic in AndroidManifest.xml for connecting to local servers \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 4c36dcd..e528e50 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.5+1005 +version: 1.0.6+1006 environment: sdk: ">=2.7.0 <3.0.0"