Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micooz committed Jan 29, 2022
1 parent 70ee901 commit 978290c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
required: true
version:
description: 'Asset version to deploy'
default: 'v1.1.0'
default: 'v1.1.1'
required: true
arch:
description: 'Asset binary architecture (Rust format)'
Expand Down
8 changes: 4 additions & 4 deletions 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 = "bp"
version = "1.1.0"
version = "1.1.1"
authors = ["Micooz Lee <[email protected]>"]
description = "bp is a lightweight and efficient proxy written in pure Rust."
repository = "https://github.com/micooz/bp"
Expand Down
2 changes: 1 addition & 1 deletion bp-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bp-cli"
version = "1.1.0"
version = "1.1.1"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion bp-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bp-core"
version = "1.1.0"
version = "1.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "e2e"
version = "1.1.0"
version = "1.1.1"
authors = ["Micooz Lee <[email protected]>"]
description = "bp is a lightweight and efficient proxy written in pure Rust."
repository = "https://github.com/micooz/bp"
Expand Down

0 comments on commit 978290c

Please sign in to comment.