Skip to content

Commit

Permalink
release(twilight-standby): bump to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7596ff committed Jan 20, 2023
1 parent 6bb7357 commit 3b6746f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion twilight-standby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [0.14.1] - 2023-01-20

### Features

Expand Down
2 changes: 1 addition & 1 deletion twilight-standby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "twilight-standby"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.14.0"
version = "0.14.1"

[dependencies]
dashmap = { default-features = false, version = "5.3" }
Expand Down
2 changes: 1 addition & 1 deletion twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ twilight-http-ratelimiting = { default-features = false, path = "../twilight-htt
twilight-lavalink = { default-features = false, path = "../twilight-lavalink", version = "0.14.1" }
twilight-mention = { default-features = false, path = "../twilight-mention", version = "0.14.0" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.3" }
twilight-standby = { default-features = false, path = "../twilight-standby", version = "0.14.0" }
twilight-standby = { default-features = false, path = "../twilight-standby", version = "0.14.1" }
twilight-util = { default-features = false, path = "../twilight-util", version = "0.14.2" }
twilight-validate = { default-features = false, path = "../twilight-validate", version = "0.14.2" }

0 comments on commit 3b6746f

Please sign in to comment.