Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Nov 24, 2024
1 parent 2b30e67 commit c7330c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_rust"
version = "0.11.0"
version = "0.11.1"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions movie_collection_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_http"
version = "0.11.0"
version = "0.11.1"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -9,7 +9,7 @@ anyhow = "1.0"
async-graphql = {version="7.0", features=["dataloader", "time"]}
async-graphql-warp = "7.0"
async-trait = "0.1"
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"}
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.1"}
bytes = "1.0"
derive_more = {version="1.0", features=["full"]}
dioxus = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion movie_collection_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_lib"
version = "0.11.0"
version = "0.11.1"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion transcode_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transcode_lib"
version = "0.11.0"
version = "0.11.1"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit c7330c0

Please sign in to comment.