aboutsummaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-15 13:38:46 +0000
committerGitHub <noreply@github.com>2020-11-15 13:38:46 +0000
commit2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9 (patch)
tree0f49067b9146f07de911f11b6a47be3b7237f5e3 /alacritty
parentc5340a2ccca9d2e7a6f5f60854800f377f896855 (diff)
downloadr-alacritty-2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9.tar.gz
r-alacritty-2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9.tar.bz2
r-alacritty-2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9.zip
Bump development version to 0.7.0-dev
This is only an update to the development version and does not represent a stable release.
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index 7a56f90c..f8049fed 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty"
-version = "0.6.0-dev"
+version = "0.7.0-dev"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "GPU-accelerated terminal emulator"
@@ -10,7 +10,7 @@ edition = "2018"
[dependencies.alacritty_terminal]
path = "../alacritty_terminal"
-version = "0.11.0-dev"
+version = "0.11.1-dev"
default-features = false
[dependencies]