From 2acc7bd9bafc392dfe981a4222d9046d32eaccde Mon Sep 17 00:00:00 2001 From: Rett Berg Date: Fri, 25 Jan 2019 08:04:54 -0800 Subject: [PATCH] version 2.1.5 --- Cargo.lock | 2 +- artifact-app/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb1d1132..621dc89d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "artifact-app" -version = "2.1.4" +version = "2.1.5" dependencies = [ "artifact_data 0.1.0", "artifact_lib 0.1.0", diff --git a/artifact-app/Cargo.toml b/artifact-app/Cargo.toml index c1dcf720..efee44ec 100644 --- a/artifact-app/Cargo.toml +++ b/artifact-app/Cargo.toml @@ -20,7 +20,7 @@ license = "MIT OR Apache-2.0" name = "artifact-app" readme = "README.md" repository = "https://github.com/vitiral/artifact" -version = "2.1.4" +version = "2.1.5" build = "build.rs" edition = "2018"