From 0dd7dce608a21a0176332a94e212309a32d6fffc Mon Sep 17 00:00:00 2001 From: Jan Hudec Date: Thu, 22 Aug 2019 20:42:51 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b505d7..ae383c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "locale_config" -version = "0.3.0" +version = "0.3.1-alpha.0" description = """ Maintains locale preferences for process and thread and initialises them by inspecting the system for user preference.