electerm 2.17.8 → 3.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -196,6 +196,11 @@ npm run pb
196
196
 
197
197
  Visit [Releases](https://github.com/electerm/electerm/releases).
198
198
 
199
+ ## Contact author
200
+
201
+ [zxdong@gmail.com](mailto:zxdong@gmail.com)
202
+
203
+
199
204
  ## License
200
205
 
201
206
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "2.17.8",
3
+ "version": "3.0.6",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",