diff --git a/embark.rb b/embark.rb index 41ebabb..491496d 100644 --- a/embark.rb +++ b/embark.rb @@ -1,8 +1,8 @@ class Embark < Formula desc "A command line tool to help with git releases" homepage "https://github.com/ammanvedi/embark" - url "https://github.com/ammanvedi/embark/archive/v2.1.00.tar.gz" - version "2.1.0" + url "https://github.com/ammanvedi/embark/archive/v2.2.0.tar.gz" + version "2.2.0" bottle :unneeded diff --git a/version.txt b/version.txt index 50aea0e..e3a4f19 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.2.0 \ No newline at end of file