Skip to content

Commit e57f754

Browse files
author
David Hu
committed
chore: bump version to 1.0.1
1 parent d250981 commit e57f754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/jp/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var (
3737
valueQuoteStyle = color.New(color.FgGreen) // 值的引号,使用绿色
3838
)
3939

40-
const version = "1.0.0"
40+
const version = "1.0.1"
4141

4242
func printUsage() {
4343
titleStyle.Printf("jp - JSONPath Command Line Tool v%s\n", version)

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="1.0.0"
3+
VERSION="1.0.1"
44
BINARY_NAME="jp"
55
PLATFORMS=("darwin/amd64" "darwin/arm64" "linux/amd64" "linux/arm64")
66

0 commit comments

Comments
 (0)