Skip to content

Commit dbbeaa3

Browse files
committed
chore: bump version to 0.18.2
1 parent bdfd2cb commit dbbeaa3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["steamguard"]
44

55
[package]
66
name = "steamguard-cli"
7-
version = "0.18.1"
7+
version = "0.18.2"
88
authors = ["dyc3 (Carson McManus) <carson.mcmanus1@gmail.com>"]
99
edition = "2021"
1010
description = "A command line utility to generate Steam 2FA codes and respond to confirmations."
@@ -51,7 +51,7 @@ cookie = "0.18"
5151
regex = "1"
5252
lazy_static = "1.4.0"
5353
uuid = { version = "1.8", features = ["v4"] }
54-
steamguard = { version = "^0.18.1", path = "./steamguard" }
54+
steamguard = { version = "^0.18.2", path = "./steamguard" }
5555
dirs = "5.0.1"
5656
aes = { version = "0.8.3", features = ["zeroize"] }
5757
thiserror = "1.0.61"

steamguard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "steamguard"
3-
version = "0.18.1"
3+
version = "0.18.2"
44
authors = ["Carson McManus <carson.mcmanus1@gmail.com>"]
55
edition = "2021"
66
description = "Library for generating 2fa codes for Steam and responding to mobile confirmations."

0 commit comments

Comments
 (0)