diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-07-18 03:03:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 03:03:41 +0000 |
commit | 1d8bd73bc3252fb8ed6d6777c98e9143133f6aba (patch) | |
tree | 1d7c0802c95f6f8ca7310124e708c9fb97bde3a3 /alacritty_terminal | |
parent | 6fb2aefde4867f71a69a4e284d9f76e3f50bf4f5 (diff) | |
download | alacritty-1d8bd73bc3252fb8ed6d6777c98e9143133f6aba.tar.gz alacritty-1d8bd73bc3252fb8ed6d6777c98e9143133f6aba.zip |
Bump development version to 0.10.0-dev
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'alacritty_terminal')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index abf65e2f..e0a37b17 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.13.1-dev" +version = "0.15.1-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |