Skip to content

Commit

Permalink
Bump up to 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
moekiorg committed Oct 5, 2024
1 parent 6d19dd0 commit bb965a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cs"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
authors = ["Kawakami Moeki <hi@.moeki.org>"]
description = "A tool for interacting with Cosense API"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
### Linux

```bash
curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.14/cs-linux-amd64 -o cs
curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.15/cs-linux-amd64 -o cs
chmod +x cs
sudo mv cs /usr/local/bin/
```
Expand All @@ -26,15 +26,15 @@ sudo mv cs /usr/local/bin/
### macOS

```bash
curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.14/cs-macos-amd64 -o cs
curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.15/cs-macos-amd64 -o cs
chmod +x cs
sudo mv cs /usr/local/bin/
```

### Windows

```powershell
Invoke-WebRequest https://github.com/kawakamimoeki/cs/releases/download/v0.1.14/cs-windows-amd64.exe -OutFile cs.exe
Invoke-WebRequest https://github.com/kawakamimoeki/cs/releases/download/v0.1.15/cs-windows-amd64.exe -OutFile cs.exe
Move-Item .\cs.exe C:\Windows\System32\
```

Expand Down

0 comments on commit bb965a6

Please sign in to comment.