cut v0.18.0 release

This commit is contained in:
phinze 2013-10-07 19:18:11 -05:00
parent 94c1f4e5d4
commit 7a99af16d4
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# CHANGELOG
## 0.18.0 (unreleased)
## 0.18.0 - Preference Pane Support
Release Date: 2013-10-07
* __Features__
- adds support for Preference Pane linking

View File

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