1
0
mirror of https://github.com/danog/strum.git synced 2024-11-30 04:28:59 +01:00

Revved Version Numbers

This commit is contained in:
Peter Glotfelty 🚀 2018-09-26 13:02:53 -07:00
parent 1c00f6cfa5
commit e75626a59f
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "strum"
version = "0.10.0"
version = "0.11.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
license = "MIT"
@ -13,7 +13,7 @@ homepage = "https://github.com/Peternator7/strum"
readme = "../README.md"
[dev-dependencies]
strum_macros = { path = "../strum_macros", version = "0.10.0" }
strum_macros = { path = "../strum_macros", version = "0.11.0" }
[badges]
travis-ci = { repository = "Peternator7/strum" }

View File

@ -1,6 +1,6 @@
[package]
name = "strum_macros"
version = "0.10.0"
version = "0.11.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
license = "MIT"

View File

@ -1,6 +1,6 @@
[package]
name = "strum_tests"
version = "0.10.0"
version = "0.11.0"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
[dependencies]