From 19ef7161865faa703d999fb04666e72dce589068 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sat, 19 Jan 2019 18:14:05 +0100 Subject: [PATCH] release: release 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e6cf7e..0abf5bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "gxi" -version = "0.4.0" +version = "0.4.1" dependencies = [ "cairo-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2f1fe90..9f4ca47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gxi" -version = "0.4.0" +version = "0.4.1" authors = ["Brian Vincent ", "Rasmus Thomsen "] homepage = "https://github.com/Cogitri/gxi" description = "GTK frontend, written in Rust, for the xi editor" diff --git a/meson.build b/meson.build index 15c90d5..6d6bc65 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gxi', 'rust', - version: '0.4.0', + version: '0.4.1', license: 'MIT', )