groupchat 0.0.4 → 0.0.5

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -164,7 +164,7 @@ function UpdatePrompt({ updateInfo, onComplete }) {
164
164
  // package.json
165
165
  var package_default = {
166
166
  name: "groupchat",
167
- version: "0.0.4",
167
+ version: "0.0.5",
168
168
  description: "CLI chat client for Groupchat",
169
169
  type: "module",
170
170
  main: "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "groupchat",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "CLI chat client for Groupchat",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",