xuty пре 5 година
родитељ
комит
c681de340d
4 измењених фајлова са 9 додато и 2 уклоњено
  1. 5 0
      CHANGELOG.md
  2. 2 0
      README.md
  3. 1 1
      example/pubspec.lock
  4. 1 1
      pubspec.yaml

+ 5 - 0
CHANGELOG.md

@@ -1,3 +1,8 @@
+## [0.0.2] - 2020-8-1
+
+* Update readme
+
+
 ## [0.0.1] - 2020-8-1
 
 * First version

+ 2 - 0
README.md

@@ -9,6 +9,8 @@
 
 **xterm.dart** is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.
 
+> This package requires Flutter version >=1.20.0
+
 ### Screenshots
 
 <table>

+ 1 - 1
example/pubspec.lock

@@ -169,7 +169,7 @@ packages:
       path: ".."
       relative: true
     source: path
-    version: "0.0.1"
+    version: "0.0.2"
 sdks:
   dart: ">=2.9.0-14.0.dev <3.0.0"
   flutter: ">=1.17.0 <2.0.0"

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: xterm
 description: Xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.
-version: 0.0.1
+version: 0.0.2
 homepage: https://github.com/TerminalStudio/xterm.dart
 
 environment: