diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-14 16:39:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 16:39:02 +0000 |
commit | 6801c4a4fd40d380ae7878f6f791473f73a02a1e (patch) | |
tree | 635d6128c305849cafde4abe2fee2accd286e277 /extra/linux | |
parent | ead8d68c69914c2d391165da43ffd8bb0e35a9a5 (diff) | |
download | alacritty-6801c4a4fd40d380ae7878f6f791473f73a02a1e.tar.gz alacritty-6801c4a4fd40d380ae7878f6f791473f73a02a1e.zip |
Bump version to 0.5.0-dev
This is a bump of the development version and does not represent a
stable release.
Diffstat (limited to 'extra/linux')
-rw-r--r-- | extra/linux/io.alacritty.Alacritty.appdata.xml | 2 | ||||
-rw-r--r-- | extra/linux/redhat/alacritty.spec | 2 | ||||
-rw-r--r-- | extra/linux/snap/snapcraft.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/linux/io.alacritty.Alacritty.appdata.xml b/extra/linux/io.alacritty.Alacritty.appdata.xml index f14b5413..89581655 100644 --- a/extra/linux/io.alacritty.Alacritty.appdata.xml +++ b/extra/linux/io.alacritty.Alacritty.appdata.xml @@ -28,7 +28,7 @@ However, it does allow configuration of many aspects of the terminal.</p> <url type="homepage">https://github.com/alacritty/alacritty</url> <url type="bugtracker">https://github.com/alacritty/alacritty/issues</url> <releases> - <release version="0.4.2-dev" date="2019-06-16" unix_timestamp="1560694196"/> + <release version="0.5.0-dev" date="2019-06-16" unix_timestamp="1560694196"/> </releases> <update_contact>https://github.com/alacritty/alacritty/blob/master/CONTRIBUTING.md#contact</update_contact> <developer_name>Joe Wilm</developer_name> diff --git a/extra/linux/redhat/alacritty.spec b/extra/linux/redhat/alacritty.spec index 75c00280..96527325 100644 --- a/extra/linux/redhat/alacritty.spec +++ b/extra/linux/redhat/alacritty.spec @@ -1,5 +1,5 @@ Name: alacritty -Version: 0.4.2-dev +Version: 0.5.0-dev Release: 1%{?dist} Summary: A cross-platform, GPU enhanced terminal emulator License: ASL 2.0 diff --git a/extra/linux/snap/snapcraft.yaml b/extra/linux/snap/snapcraft.yaml index 5b9394a6..0a6bd0e5 100644 --- a/extra/linux/snap/snapcraft.yaml +++ b/extra/linux/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: alacritty -version: '0.4.2-dev' +version: '0.5.0-dev' summary: Modern, GPU accelerated terminal emulator description: | Alacritty is a terminal emulator with a strong focus on simplicity and |