electerm 3.5.6 → 3.6.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -138,7 +138,7 @@ wechat donate
138
138
  ```bash
139
139
  # May only works in Linux
140
140
  # needs nodejs/npm, suggest using nvm to install nodejs/npm
141
- # with nodejs 22.x
141
+ # with nodejs 24.x
142
142
 
143
143
  git clone git@github.com:electerm/electerm.git
144
144
  cd electerm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "3.5.6",
3
+ "version": "3.6.6",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",