Skip to content

Commit

Permalink
Merge pull request #11 from Nemo157/bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.0.2
  • Loading branch information
Nemo157 authored Jan 10, 2024
2 parents c2404b4 + cf95114 commit 033a870
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "culpa"
version = "1.0.1"
version = "1.0.2"
edition = "2018"
license = "MIT OR Apache-2.0"

Expand All @@ -10,6 +10,6 @@ keywords = ["error-handling", "exceptions"]

[dependencies.culpa-macros]
path = "macros"
version = "=1.0.1"
version = "=1.0.2"

[workspace]
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "culpa-macros"
version = "1.0.1"
version = "1.0.2"
edition = "2018"
license = "MIT OR Apache-2.0"

Expand Down

0 comments on commit 033a870

Please sign in to comment.