summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-11-13 16:06:33 +0000
committerGitHub <noreply@github.com>2018-11-13 16:06:33 +0000
commit521d2f6a2c21bcec213a06729109a1b06cf9333d (patch)
tree39e5892e19d6e9a6149a2a87f3f84e95a5b06ea6 /Cargo.toml
parenta68ce7a0e4fd231aae721acd6a742c66d581fd37 (diff)
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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd74b76c..1938332b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
build = "build.rs"