@jdxcode/mise 2025.1.5 → 2025.1.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
@@ -35,7 +35,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
35
35
  ```sh-session
36
36
  $ curl https://mise.run | sh
37
37
  $ ~/.local/bin/mise --version
38
- 2025.1.5 macos-arm64 (a1b2d3e 2025-01-11)
38
+ 2025.1.6 macos-arm64 (a1b2d3e 2025-01-12)
39
39
  ```
40
40
 
41
41
  or install a specific a version:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdxcode/mise",
3
3
  "description": "polyglot runtime manager",
4
- "version": "v2025.1.5",
4
+ "version": "v2025.1.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/jdx/mise"