xuty преди 5 години
родител
ревизия
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
 ## [1.0.1] - 2020-9-29
 
 
 * Disable debug print.
 * Disable debug print.

+ 1 - 1
README.md

@@ -88,7 +88,7 @@ terminal.write('Hello, world!');
 
 
 ### Example
 ### 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">
 <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: ".."
       path: ".."
       relative: true
       relative: true
     source: path
     source: path
-    version: "1.0.1"
+    version: "1.0.2"
 sdks:
 sdks:
   dart: ">=2.10.0-0.0.dev <2.10.0"
   dart: ">=2.10.0-0.0.dev <2.10.0"
   flutter: ">=1.17.0 <2.0.0"
   flutter: ">=1.17.0 <2.0.0"

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: xterm
 name: xterm
 description: xterm.dart is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms.
 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
 homepage: https://github.com/TerminalStudio/xterm.dart
 
 
 environment:
 environment: