2
0
mirror of https://github.com/xvxx/phd synced 2024-11-04 18:00:22 +00:00

0.1.4-dev

This commit is contained in:
dvkt 2020-01-01 13:59:04 -08:00
parent 3ca8fb2840
commit 0fcde3cda4
2 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -42,7 +42,7 @@ dependencies = [
[[package]]
name = "phd"
version = "0.1.3"
version = "0.1.4-dev"
dependencies = [
"content_inspector 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"gophermap 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "phd"
version = "0.1.3"
version = "0.1.4-dev"
authors = ["dvkt <c@dvkt.io>"]
license = "MIT"
edition = "2018"
@ -27,4 +27,5 @@ gophermap = "0.1.2"
pre-release-replacements = [
{file="README.md", search="phd-v.+-", replace="{{crate_name}}-v{{version}}-"},
]
dev-version-ext = "dev"