Skip to content

Commit

Permalink
Bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Jul 29, 2022
1 parent 1d6823f commit c3d858c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "ocaml"
version = "1.0.0-beta.0"
version = "1.0.0-beta.1"
authors = ["Zach Shipko <[email protected]>"]
readme = "README.md"
keywords = ["ocaml", "rust", "ffi"]
Expand Down
2 changes: 1 addition & 1 deletion build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocaml-build"
version = "1.0.0-beta.0"
version = "1.0.0-beta.1"
edition = "2021"
authors = ["Zach Shipko <[email protected]>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ocaml-derive"
version = "1.0.0-beta.0"
version = "1.0.0-beta.1"
authors = ["Zach Shipko <[email protected]>"]
license = "ISC"
keywords = ["ocaml-rs", "proc-macro"]
Expand Down

0 comments on commit c3d858c

Please sign in to comment.