summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-07-19 20:37:59 +0000
committerGitHub <noreply@github.com>2020-07-19 20:37:59 +0000
commit3688b5c075a1be6dab8f399935b3001bcbf327b6 (patch)
tree1251efab383cc54083108c459d1bf85cc1b66c62 /alacritty_terminal
parentf0cb1e7cf329f2672fe1335208c9a78562d8ab73 (diff)
Bump version to 0.6.0-dev
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index eb927e99..11ebae4e 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.10.0-dev"
+version = "0.10.1-dev"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"