From 693edaab3f0ea7e251e07075e9cc8cd61bbed802 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 19 Jan 2019 16:00:09 +0000 Subject: Bump version to 0.2.6 --- snap/snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'snap') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4373f269..d77e87bc 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: alacritty -version: '0.2.5' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.2.6' # just for humans, typically '1.2+git' or '1.3.2' summary: Modern, GPU accelerated terminal emulator description: | Alacritty is the fastest terminal emulator in existence. Using the GPU @@ -11,9 +11,9 @@ description: | available. The simplicity goal means that it doesn't have features such as tabs or splits (which can be better provided by a window manager or terminal multiplexer) nor niceties like a GUI config editor. - - The software is considered to be at an alpha level of readiness—there - are missing features and bugs to be fixed, but it is already used by + + The software is considered to be at an alpha level of readiness—there + are missing features and bugs to be fixed, but it is already used by many as a daily driver. grade: stable confinement: classic -- cgit