@ggcode-cli/ggcode 1.2.14 → 1.3.0

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -119,5 +119,6 @@ Supported architectures:
119
119
  ## Project links
120
120
 
121
121
  - GitHub Releases: https://github.com/topcheer/ggcode/releases
122
+ - Desktop app downloads (macOS DMG, Windows EXE): available on the same releases page
122
123
  - Repository: https://github.com/topcheer/ggcode
123
124
  - Issues: https://github.com/topcheer/ggcode/issues
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ggcode-cli/ggcode",
3
- "version": "1.2.14",
3
+ "version": "1.3.0",
4
4
  "description": "Thin npm wrapper that installs the ggcode GitHub Release binary",
5
5
  "license": "MIT",
6
6
  "repository": {