Skip to content

Commit 6ad1621

Browse files
committed
Bump up to 0.1.14
1 parent 1bf7204 commit 6ad1621

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cs"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition = "2021"
55
authors = ["Kawakami Moeki <hi@.moeki.org>"]
66
description = "A tool for interacting with Cosense API"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
### Linux
1818

1919
```bash
20-
curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.13/cs-linux-amd64 -o cs
20+
curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.14/cs-linux-amd64 -o cs
2121
chmod +x cs
2222
sudo mv cs /usr/local/bin/
2323
```
@@ -26,15 +26,15 @@ sudo mv cs /usr/local/bin/
2626
### macOS
2727

2828
```bash
29-
curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.13/cs-macos-amd64 -o cs
29+
curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.14/cs-macos-amd64 -o cs
3030
chmod +x cs
3131
sudo mv cs /usr/local/bin/
3232
```
3333

3434
### Windows
3535

3636
```powershell
37-
Invoke-WebRequest https://github.com/kawakamimoeki/cs/releases/download/v0.1.13/cs-windows-amd64.exe -OutFile cs.exe
37+
Invoke-WebRequest https://github.com/kawakamimoeki/cs/releases/download/v0.1.14/cs-windows-amd64.exe -OutFile cs.exe
3838
Move-Item .\cs.exe C:\Windows\System32\
3939
```
4040

0 commit comments

Comments
 (0)