Przeglądaj źródła

added changelog and version bump

charafau 6 lat temu
rodzic
commit
bdd6fe0539
2 zmienionych plików z 8 dodań i 2 usunięć
  1. 6 0
      CHANGELOG.md
  2. 2 2
      pubspec.yaml

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+# 0.3.8
+
+- Fix iOS local URL support (fixes #114)
+- bugfix: Added google() repository to allprojects to satisfy androidx build rules
+- fixed min sdk for android
+
 # 0.3.7
 
 - Added reloading url with headers

+ 2 - 2
pubspec.yaml

@@ -7,8 +7,8 @@ authors:
 - Simon Lightfoot <simon@devangels.london>
 - Rafal Wachol <gorudonu@gmail.com>
 homepage: https://github.com/dart-flitter/flutter_webview_plugin
-version: 0.3.7
-maintainer: Simon Lightfoot (@slightfoot)
+version: 0.3.8
+maintainer: Rafal Wachol (@RafalWachol) 
 
 environment:
   sdk: ">=2.0.0 <3.0.0"