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/osx | |
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/osx')
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
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> |