diff --git a/ext/snowcrash b/ext/snowcrash index 2df42a071..783a2b0df 160000 --- a/ext/snowcrash +++ b/ext/snowcrash @@ -1 +1 @@ -Subproject commit 2df42a07129661335fe75afa07313eb17987a622 +Subproject commit 783a2b0df6dba75cdadb65c08e9cecf5a8f7b853 diff --git a/src/Version.h b/src/Version.h index 8c957add0..4bbbacd04 100644 --- a/src/Version.h +++ b/src/Version.h @@ -15,7 +15,7 @@ #define DRAFTER_MAJOR_VERSION 0 #define DRAFTER_MINOR_VERSION 1 -#define DRAFTER_PATCH_VERSION 3 +#define DRAFTER_PATCH_VERSION 4 #define DRAFTER_VERSION_IS_RELEASE 1 diff --git a/tools/homebrew/drafter.rb b/tools/homebrew/drafter.rb index e33e3b5ac..cc43b4dd0 100644 --- a/tools/homebrew/drafter.rb +++ b/tools/homebrew/drafter.rb @@ -2,7 +2,7 @@ class Drafter < Formula homepage 'http://apiblueprint.org' - head 'https://github.com/apiaryio/drafter.git', :tag => 'v0.1.3' + head 'https://github.com/apiaryio/drafter.git', :tag => 'v0.1.4' def install system "./configure"