@jdxcode/mise-linux-x64 2024.1.0 → 2024.1.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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Jeff Dickey
3
+ Copyright (c) 2024 Jeff Dickey
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  <div align="center">
2
+ <h1><a href="https://mise.jdx.dev">mise-en-place</a></h1>
2
3
  <!-- <a href="https://mise.jdx.dev"><picture> -->
3
4
  <!-- <source media="(prefers-color-scheme: dark)" width="617" srcset="./docs/logo-dark@2x.png"> -->
4
5
  <!-- <img alt="mise logo" width="617" src="./docs/logo-light@2x.png"> -->
5
6
  <!-- </picture></a> -->
6
7
  <br/>
7
- <a href="https://crates.io/crates/mise-cli"><img alt="Crates.io" src="https://img.shields.io/crates/v/mise-cli?style=for-the-badge"></a>
8
+ <a href="https://crates.io/crates/mise"><img alt="Crates.io" src="https://img.shields.io/crates/v/mise?style=for-the-badge"></a>
8
9
  <a href="https://github.com/jdx/mise/blob/main/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/jdx/mise?color=%2320A920&style=for-the-badge"></a>
9
10
  <a href="https://github.com/jdx/mise/actions/workflows/test.yml"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/jdx/mise/test.yml?color=%2320A920&style=for-the-badge"></a>
10
11
  <!-- <a href="https://codecov.io/gh/jdx/mise"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/jdx/mise?color=%2320A920&style=for-the-badge"></a> -->
@@ -33,7 +34,7 @@ Install mise on macOS (other methods [here](https://mise.jdx.dev/getting-started
33
34
  ```sh-session
34
35
  $ curl https://mise.jdx.dev/install.sh | sh
35
36
  $ ~/.local/share/mise/bin/mise --version
36
- mise 2024.1.0
37
+ mise 2024.1.2
37
38
  ```
38
39
 
39
40
  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.1.0",
3
+ "version": "v2024.1.2",
4
4
  "description": "polyglot runtime manager",
5
5
  "bin": {
6
6
  "mise": "bin/mise"