diff --git a/Cargo.lock b/Cargo.lock index be27116..b0fe79f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "gxi" -version = "0.2.0" +version = "0.3.0" 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 7e1b301..dcccb1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gxi" -version = "0.2.0" +version = "0.3.0" 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 a77cce2..47cb910 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'gxi', 'rust', - version: '0.2.0', + version: '0.3.0', license: 'MIT', )