diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-19 16:00:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-19 16:00:09 +0000 |
commit | 693edaab3f0ea7e251e07075e9cc8cd61bbed802 (patch) | |
tree | 5555dcdd02e46844d170690d668d78a28aa86597 /snap | |
parent | 09003f6c30c37cbebc39cc64b8246dfa720ea012 (diff) | |
download | alacritty-693edaab3f0ea7e251e07075e9cc8cd61bbed802.tar.gz alacritty-693edaab3f0ea7e251e07075e9cc8cd61bbed802.zip |
Bump version to 0.2.6v0.2.6
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |