Brian Egan 7 anni fa
parent
commit
4882a9ed57
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 4 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.5.1
+
+  * Update README to fix installation instructions
+
 ## 0.5.0
 
   * Update to work with `video_player: ">=0.5.0 <0.6.0`

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ In your `pubspec.yaml` file within your Flutter Project:
 
 ```yaml
 dependencies:
-  chewie: ^0.3.0
+  chewie: <latest_version>
 ```
 
 ## Use it