Bump version to 0.4.2

This commit is contained in:
Dan Gohman
2018-04-03 16:04:54 -07:00
parent c47fa576b2
commit 781d3ee3ff
8 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne-frontend"
version = "0.4.1"
version = "0.4.2"
description = "Cretonne IR builder helper"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
@@ -12,7 +12,7 @@ readme = "README.md"
name = "cton_frontend"
[dependencies]
cretonne = { path = "../cretonne", version = "0.4.1" }
cretonne = { path = "../cretonne", version = "0.4.2" }
[badges]
maintenance = { status = "experimental" }