aboutsummaryrefslogtreecommitdiff
path: root/alacritty
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2025-01-06 07:23:36 +0300
committerKirill Chibisov <contact@kchibisov.com>2025-01-06 08:34:20 +0300
commita26174890e2184fa29b68fde7b72de5a566ad711 (patch)
tree9404d25a109f4682b543b6aba60a9303f71b57e4 /alacritty
parentf0e5ec4d05b6a7719aac526eb332c33176d099a4 (diff)
downloadr-alacritty-a26174890e2184fa29b68fde7b72de5a566ad711.tar.gz
r-alacritty-a26174890e2184fa29b68fde7b72de5a566ad711.tar.bz2
r-alacritty-a26174890e2184fa29b68fde7b72de5a566ad711.zip
Bump development version to 0.16.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
-rw-r--r--alacritty/windows/wix/alacritty.wxs2
2 files changed, 3 insertions, 3 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index 6d05983a..c5251597 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty"
-version = "0.15.0-dev"
+version = "0.16.0-dev"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "A fast, cross-platform, OpenGL terminal emulator"
@@ -12,7 +12,7 @@ rust-version = "1.74.0"
[dependencies.alacritty_terminal]
path = "../alacritty_terminal"
-version = "0.24.2-dev"
+version = "0.24.3-dev"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"
diff --git a/alacritty/windows/wix/alacritty.wxs b/alacritty/windows/wix/alacritty.wxs
index 5c05d821..bcf59cf5 100644
--- a/alacritty/windows/wix/alacritty.wxs
+++ b/alacritty/windows/wix/alacritty.wxs
@@ -1,5 +1,5 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
- <Package Name="Alacritty" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.15.0-dev" Manufacturer="Alacritty" InstallerVersion="200">
+ <Package Name="Alacritty" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.16.0-dev" Manufacturer="Alacritty" InstallerVersion="200">
<MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
<Icon Id="AlacrittyIco" SourceFile=".\alacritty\windows\alacritty.ico" />
<WixVariable Id="WixUILicenseRtf" Value=".\alacritty\windows\wix\license.rtf" />