Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Apr 23, 2023
1 parent 754fd46 commit aa269d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
os: ubuntu-latest
artifact_name: target/release/<name>
asset_name: <name>-linux
- name: windows
os: windows-latest
artifact_name: target/release/<name>.exe
asset_name: <name>-windows
- name: macos
os: macos-latest
artifact_name: target/release/<name>
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "term-sesh"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["Will Hopkins <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -34,7 +34,7 @@ once_cell = "1.17.1"
log = "0.4.17"
env_logger = "0.10.0"
dialoguer = { version = "0.10.4", features = ["completion", "history", "fuzzy-select"] }
sesh-shared = { path = "./shared", version = "0.1.2" }
sesh-shared = { path = "./shared", version = "0.1.3" }
sesh-proto = { path = "./proto", version = "0.1.1" }
sesh-cli = { path = "./cli", version = "0.1.1" }

Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sesh-shared"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Will Hopkins <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit aa269d3

Please sign in to comment.