diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-09-03 19:43:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 19:43:05 +0000 |
commit | a51dbe25d67e84d6ed4261e640d3954fbdd9be45 (patch) | |
tree | 180caa2de474ba2a1f19ef2efbfc48649f4ebe10 /alacritty | |
parent | 4ddb608563d985060d69594d1004550a680ae3bd (diff) | |
download | r-alacritty-a51dbe25d67e84d6ed4261e640d3954fbdd9be45.tar.gz r-alacritty-a51dbe25d67e84d6ed4261e640d3954fbdd9be45.tar.bz2 r-alacritty-a51dbe25d67e84d6ed4261e640d3954fbdd9be45.zip |
Bump development version to 0.12.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.toml | 8 | ||||
-rw-r--r-- | alacritty/windows/wix/alacritty.wxs | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 9e858d70..20083ddf 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.11.0-dev" +version = "0.12.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" @@ -11,16 +11,16 @@ rust-version = "1.57.0" [dependencies.alacritty_terminal] path = "../alacritty_terminal" -version = "0.17.0-dev" +version = "0.17.1-dev" default-features = false [dependencies.alacritty_config_derive] path = "../alacritty_config_derive" -version = "0.1.0" +version = "0.2.1-dev" [dependencies.alacritty_config] path = "../alacritty_config" -version = "0.1.0" +version = "0.1.1-dev" [dependencies] clap = { version = "3.0.0", features = ["derive", "env"] } diff --git a/alacritty/windows/wix/alacritty.wxs b/alacritty/windows/wix/alacritty.wxs index 461e97cb..2ac8debf 100644 --- a/alacritty/windows/wix/alacritty.wxs +++ b/alacritty/windows/wix/alacritty.wxs @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="windows-1252"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"> - <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.11.0-dev" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.12.0-dev" Manufacturer="Alacritty"> <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine"/> <MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed."/> <Icon Id="AlacrittyIco" SourceFile=".\extra\windows\alacritty.ico"/> |