xuty 5 лет назад
Родитель
Сommit
8cd487ceae
4 измененных файлов с 7 добавлено и 3 удалено
  1. 4 0
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      example/pubspec.lock
  4. 1 1
      pubspec.yaml

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+## [1.0.2] - 2020-9-29
+
+* Update link.
+
 ## [1.0.1] - 2020-9-29
 
 * Disable debug print.

+ 1 - 1
README.md

@@ -88,7 +88,7 @@ terminal.write('Hello, world!');
 
 ### Example
 
-**[ssh example](https://github.com/TerminalStudio/xterm.dart/blob/master/example/lib/main.dart)**
+**ssh example**: https://github.com/TerminalStudio/xterm.dart/blob/master/example/lib/ssh.dart
 
 <img width="400px" src="https://raw.githubusercontent.com/TerminalStudio/xterm.dart/master/media/example-ssh.png">
 

+ 1 - 1
example/pubspec.lock

@@ -232,7 +232,7 @@ packages:
       path: ".."
       relative: true
     source: path
-    version: "1.0.1"
+    version: "1.0.2"
 sdks:
   dart: ">=2.10.0-0.0.dev <2.10.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: 1.0.1
+version: 1.0.2
 homepage: https://github.com/TerminalStudio/xterm.dart
 
 environment: