From ba96ab944cb4bd14fc9bdc923015cc394fc4faf4 Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Tue, 23 Jan 2018 23:47:04 +0100 Subject: [PATCH] Bump both versions --- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 900bcf1..b9a7998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sprite" -version = "0.1.4" +version = "0.1.5" authors = ["Thomas Versteeg "] license = "GPL-3.0" homepage = "https://github.com/tversteeg/sprite-gen" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 701185d..fc34ea5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sprite-gen" -version = "0.1.3" +version = "0.1.4" authors = ["Thomas Versteeg "] license = "GPL-3.0" homepage = "https://github.com/tversteeg/sprite-gen"