diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-02-15 02:19:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 02:19:19 +0300 |
commit | 9cf2c89fd13de79b6a6999071609a55ff7e607ec (patch) | |
tree | 8692d3c1045ea1a708643443cac579568044b09a /extra | |
parent | 40be4caca1805ae3b77e65600e8f3daeae56d5c3 (diff) | |
download | alacritty-9cf2c89fd13de79b6a6999071609a55ff7e607ec.tar.gz alacritty-9cf2c89fd13de79b6a6999071609a55ff7e607ec.zip |
Bump development version to 0.13.0-dev
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/alacritty-msg.man | 2 | ||||
-rw-r--r-- | extra/alacritty.man | 2 | ||||
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Info.plist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/alacritty-msg.man b/extra/alacritty-msg.man index 96c3ee6b..4c843899 100644 --- a/extra/alacritty-msg.man +++ b/extra/alacritty-msg.man @@ -1,4 +1,4 @@ -.TH ALACRITTY-MSG "1" "October 2021" "alacritty 0.12.0-dev" "User Commands" +.TH ALACRITTY-MSG "1" "October 2021" "alacritty 0.13.0-dev" "User Commands" .SH NAME alacritty-msg \- Send messages to Alacritty .SH "SYNOPSIS" diff --git a/extra/alacritty.man b/extra/alacritty.man index cbc8e2fb..d1472bfd 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -1,4 +1,4 @@ -.TH ALACRITTY "1" "August 2018" "alacritty 0.12.0-dev" "User Commands" +.TH ALACRITTY "1" "August 2018" "alacritty 0.13.0-dev" "User Commands" .SH NAME Alacritty \- A fast, cross-platform, OpenGL terminal emulator .SH "SYNOPSIS" diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index a3ccf2b7..2dc89b7d 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.12.0-dev</string> + <string>0.13.0-dev</string> <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> |