@jdxcode/mise-linux-x64 2024.2.16 → 2024.2.17

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 +3 -2
  2. package/bin/mise +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  <div align="center">
2
- <h1><a href="https://mise.jdx.dev">mise-en-place</a></h1>
2
+ <h1><img src="https://github.com/jdx/mise/assets/216188/27a8ea18-9383-4d86-a445-305b9a6248c1" alt="mise-logo" width="400" /><br />
3
+ <a href="https://mise.jdx.dev">mise-en-place</a></h1>
3
4
  <!-- <a href="https://mise.jdx.dev"><picture> -->
4
5
  <!-- <source media="(prefers-color-scheme: dark)" width="617" srcset="./docs/logo-dark@2x.png"> -->
5
6
  <!-- <img alt="mise logo" width="617" src="./docs/logo-light@2x.png"> -->
@@ -37,7 +38,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
37
38
  ```sh-session
38
39
  $ curl https://mise.run | sh
39
40
  $ ~/.local/bin/mise --version
40
- mise 2024.2.16
41
+ mise 2024.2.17
41
42
  ```
42
43
 
43
44
  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-linux-x64",
3
- "version": "v2024.2.16",
3
+ "version": "v2024.2.17",
4
4
  "description": "polyglot runtime manager",
5
5
  "bin": {
6
6
  "mise": "bin/mise"