diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-07 17:36:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 17:36:16 +0000 |
commit | 55c894b30be46d4dcc59ce78f357f2b55ef20bb0 (patch) | |
tree | fc74958849ed985980f9ca605ac58557842924e5 /assets | |
parent | 04707cbba630e3e4ad6b4200bef8ae7888c49e3b (diff) | |
download | alacritty-55c894b30be46d4dcc59ce78f357f2b55ef20bb0.tar.gz alacritty-55c894b30be46d4dcc59ce78f357f2b55ef20bb0.zip |
Bump version to 0.2.5v0.2.5
This bumps the version number to 0.2.5 and prepares everything for the
next versioned release.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/osx/Alacritty.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/osx/Alacritty.app/Contents/Info.plist b/assets/osx/Alacritty.app/Contents/Info.plist index da3d5ed9..45ced795 100644 --- a/assets/osx/Alacritty.app/Contents/Info.plist +++ b/assets/osx/Alacritty.app/Contents/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.2.4</string> + <string>0.2.5</string> <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> |