Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorn committed Apr 20, 2023
1 parent 12b1166 commit 8b4ae3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**/.DS_Store

/target
Cargo.lock

/obake/tests/wip
2 changes: 1 addition & 1 deletion obake/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "obake"
authors = ["Nathan Corbyn <me@nathancorbyn.com>"]
version = "1.0.4"
version = "1.0.5"
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Versioned data-structures for Rust"
Expand Down
2 changes: 1 addition & 1 deletion obake_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "obake_macros"
authors = ["Nathan Corbyn <me@nathancorbyn.com>"]
version = "1.0.4"
version = "1.0.5"
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Macros for versioned data-structures"
Expand Down

0 comments on commit 8b4ae3c

Please sign in to comment.