Skip to content

Commit 05d62e5

Browse files
authored
Merge pull request #146 from legendu-net/dev
Merge dev into main
2 parents c54228f + ad2f255 commit 05d62e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/shell/fish.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func generateCrazyCompletions() {
4949
} else {
5050
file := "~/.local/bin/uvx"
5151
if !utils.ExistsCommand(file) {
52-
utils.RunCmd("icon uv -ic")
52+
utils.RunCmd("curl -LsSf https://astral.sh/uv/install.sh | sh")
5353
}
5454
uvx = file
5555
}

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// Show the version of icon.
1010
func version(_ *cobra.Command, args []string) {
11-
fmt.Println("0.31.1")
11+
fmt.Println("0.31.2")
1212
}
1313

1414
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)