cut v0.19.3

This commit is contained in:
phinze 2013-10-24 15:26:05 -05:00
parent 0fe2cdeb1c
commit 0e80b856e7
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# CHANGELOG
## 0.19.3
* __Features__
* __Fixes__
- [#1274][] - various fixes to prevent evil from happening during certain pkg uninstall processes
* __Breaking Changes__
[#1274]: https://github.com/phinze/homebrew-cask/issues/1247
## 0.19.2
* __Features__

View File

@ -1,6 +1,6 @@
require 'formula'
HOMEBREW_CASK_VERSION = '0.19.2'
HOMEBREW_CASK_VERSION = '0.19.3'
class BrewCask < Formula
homepage 'https://github.com/phinze/homebrew-cask/'