From cc589c7bbce5e1f6969253033b2eff2319e50f19 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 10 Jun 2020 16:58:57 +0200 Subject: [PATCH] bump version to 0.1.2 --- egui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui/Cargo.toml b/egui/Cargo.toml index 83494472..d6c4256e 100644 --- a/egui/Cargo.toml +++ b/egui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui" -version = "0.1.1" +version = "0.1.2" authors = ["Emil Ernerfeldt "] description = "Simple, portable immediate mode GUI library for Rust" edition = "2018"