glm-switch 2.0.0 → 2.0.2

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ npm install -g glm-switch
33
33
 
34
34
  ```bash
35
35
  # Clone repository
36
- git clone https://github.com/your-org/glm-switch.git
36
+ git clone https://github.com/supermeo-studio/glm-switch.git
37
37
  cd glm-switch
38
38
 
39
39
  # Setup
@@ -368,7 +368,7 @@ chmod 644 ~/.claude/settings.json
368
368
  ### Clone & Setup
369
369
 
370
370
  ```bash
371
- git clone https://github.com/your-org/glm-switch.git
371
+ git clone https://github.com/supermeo-studio/glm-switch.git
372
372
  cd glm-switch
373
373
  npm run setup
374
374
  ```
@@ -447,7 +447,7 @@ MIT © Supermeo & Inwave DR Team
447
447
  ## Links
448
448
 
449
449
  - **npm:** https://www.npmjs.com/package/glm-switch
450
- - **GitHub:** https://github.com/your-org/glm-switch
450
+ - **GitHub:** https://github.com/supermeo-studio/glm-switch
451
451
 
452
452
  ---
453
453
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glm-switch",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "CLI utility to switch between Claude API and GLM 4.6 models in Claude Code",
5
5
  "main": "dist/index.js",
6
6
  "bin": {