Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstar committed Dec 16, 2023
1 parent 41ca009 commit 8f8cb28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: cargo publish --token ${CRATES_IO_API_TOKEN}
- run: cargo publish --token ${CRATES_IO_API_TOKEN}
env:
CRATES_IO_API_TOKEN: ${{ secrets.CRATES_IO_API_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pidlock"
version = "0.1.4"
version = "0.1.5"
authors = ["Paul Hummer <paul@eventuallyanyway.com>"]
license = "MIT"
edition = "2021"
Expand Down

0 comments on commit 8f8cb28

Please sign in to comment.