Skip to content

Commit

Permalink
Release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Oct 31, 2017
1 parent af61235 commit 36b0bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "josephine"
version = "0.0.1"
version = "0.1.0"
authors = ["[email protected]"]
license = "MPL-2.0"
description = "Josephine: using JavaScript to safely manage the lifetimes of Rust data"
Expand Down
2 changes: 1 addition & 1 deletion josephine-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "josephine_derive"
version = "0.0.1"
version = "0.1.0"

[dependencies]
syn = "0.11.11"
Expand Down

0 comments on commit 36b0bb6

Please sign in to comment.