Version bump 0.6.3

This commit is contained in:
Federico Terzi 2020-06-22 18:23:23 +02:00
parent d19346e732
commit adbf1fe432
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -371,7 +371,7 @@ dependencies = [
[[package]] [[package]]
name = "espanso" name = "espanso"
version = "0.6.2" version = "0.6.3"
dependencies = [ dependencies = [
"backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "espanso" name = "espanso"
version = "0.6.2" version = "0.6.3"
authors = ["Federico Terzi <federicoterzi96@gmail.com>"] authors = ["Federico Terzi <federicoterzi96@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"
description = "Cross-platform Text Expander written in Rust" description = "Cross-platform Text Expander written in Rust"

View File

@ -1,5 +1,5 @@
name: espanso name: espanso
version: 0.6.2 version: 0.6.3
summary: A Cross-platform Text Expander written in Rust summary: A Cross-platform Text Expander written in Rust
description: | description: |
espanso is a Cross-platform, Text Expander written in Rust. espanso is a Cross-platform, Text Expander written in Rust.