diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-13 16:06:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 16:06:33 +0000 |
commit | 521d2f6a2c21bcec213a06729109a1b06cf9333d (patch) | |
tree | 39e5892e19d6e9a6149a2a87f3f84e95a5b06ea6 /snap/snapcraft.yaml | |
parent | a68ce7a0e4fd231aae721acd6a742c66d581fd37 (diff) | |
download | alacritty-521d2f6a2c21bcec213a06729109a1b06cf9333d.tar.gz alacritty-521d2f6a2c21bcec213a06729109a1b06cf9333d.zip |
Bump version to 0.2.3
Since the version 0.2.2 had some significant breakage which affects a
large number of users, this 0.2.3 release aims at providing a stable
release which works for everyone without any major regressions.
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 85008334..36e12c4d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: alacritty # you probably want to 'snapcraft register <name>' -version: '0.2.2' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.2.3' # just for humans, typically '1.2+git' or '1.3.2' summary: Modern, GPU accelerated terminal emulator # 79 char long summary description: | Modern, GPU accelerated terminal emulator |