From 5357ed13fcce24053604728a9dbe1b9d24105806 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Tue, 14 Feb 2017 20:01:21 +0200 Subject: [PATCH] Let's make this version 0.0.11 instead of 0.1.0 --- Cargo.toml | 2 +- imgui-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba68ff0..e7a00ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui" -version = "0.1.0-pre" +version = "0.0.11-pre" authors = ["Joonas Javanainen "] description = "Experimental bindings to ocornut/imgui" readme = "README.markdown" diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index c7d2bbf..7dd002c 100644 --- a/imgui-sys/Cargo.toml +++ b/imgui-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgui-sys" -version = "0.1.0-pre" +version = "0.0.11-pre" authors = ["Joonas Javanainen "] description = "Raw ocornut/imgui bindings for Rust" homepage = "https://github.com/gekkio/imgui-rs"