Skip to content

Commit

Permalink
Bump version numbers to 0.3.0 / 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Jul 26, 2019
1 parent 3fabccb commit e6d922d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "unicode_names2"
version = "0.2.2"
version = "0.3.0"
authors = ["Huon Wilson <dbau.pp@gmail.com>",
"Kang Seonghoon <public+rust@mearie.org>",
"Valentin Lorentz <progval+git@progval.net>",]
Expand Down Expand Up @@ -33,7 +33,7 @@ no_std = []

[dev-dependencies.unicode_names2_macros]
path = "unicode_names2_macros"
version = "0.2.0"
version = "0.3"

[dev-dependencies]
rand = "0.5.1"
4 changes: 2 additions & 2 deletions unicode_names2_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "unicode_names2_macros"
version = "0.2.0"
version = "0.3.0"
authors = ["Huon Wilson <dbau.pp@gmail.com>",
"Valentin Lorentz <progval+git@progval.net>"]

Expand All @@ -20,7 +20,7 @@ regex = "0.1.80"

[dependencies.unicode_names2]
path = ".."
version = "0.2"
version = "0.3.0"

[lib]
name = "unicode_names2_macros"
Expand Down

0 comments on commit e6d922d

Please sign in to comment.