@jdxcode/mise-darwin-arm64 2024.5.20 → 2024.5.21

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 (3) hide show
  1. package/README.md +2 -2
  2. package/bin/mise +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
36
36
  ```sh-session
37
37
  $ curl https://mise.run | sh
38
38
  $ ~/.local/bin/mise --version
39
- mise 2024.5.20
39
+ mise 2024.5.21
40
40
  ```
41
41
 
42
42
  or install a specific a version:
@@ -44,7 +44,7 @@ or install a specific a version:
44
44
  ```sh-session
45
45
  $ curl https://mise.run | MISE_VERSION=v2024.5.16 sh
46
46
  $ ~/.local/bin/mise --version
47
- mise 2024.5.20
47
+ mise 2024.5.21
48
48
  ```
49
49
 
50
50
  Hook mise into your shell (pick the right one for your shell):
package/bin/mise CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jdxcode/mise-darwin-arm64",
3
- "version": "v2024.5.20",
3
+ "version": "v2024.5.21",
4
4
  "description": "polyglot runtime manager",
5
5
  "bin": {
6
6
  "mise": "bin/mise"