summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-01-05 17:42:11 +0300
committerChristian Duerr <contact@christianduerr.com>2020-01-05 14:42:11 +0000
commit7fd17ab0dd30d9b14318578e4ca7d8da9c6c91d0 (patch)
tree9bbd65a372a8b0f2b43982b8ddf7175d39b18dfd /alacritty_terminal/Cargo.toml
parent0cc68da04f109f66159aadc2404e232ab96bb97e (diff)
Bump version to 0.4.2-dev
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-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 947d94e4..826e260f 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.4.1-dev"
+version = "0.4.2-dev"
authors = ["Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"