Skip to content

Commit

Permalink
bump versions after release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam McKee committed Nov 26, 2024
1 parent 487f6bb commit 21b190b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 fn_build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "l3_fn_build"
version = "0.0.1"
version = "0.0.2"
description = "Lib for Lambda function builds"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion l3_base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "l3_api_base"
version = "0.0.1"
version = "0.0.2"
description = "Shared APIs for LLL crates"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion l3_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "l3_cli"
version = "0.0.1"
version = "0.0.2"
description = "Lambda compute tooling"
authors = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit 21b190b

Please sign in to comment.