diff --git a/ext/snowcrash b/ext/snowcrash index b15d35b1b..f1aef0ec0 160000 --- a/ext/snowcrash +++ b/ext/snowcrash @@ -1 +1 @@ -Subproject commit b15d35b1bc811e76e82167120e14097295aa9d68 +Subproject commit f1aef0ec0ecb9b17d37e26470580958814898b66 diff --git a/src/Version.h b/src/Version.h index 98f054ffc..3dff1a86a 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 6 +#define DRAFTER_PATCH_VERSION 7 #define DRAFTER_VERSION_IS_RELEASE 1 diff --git a/tools/homebrew/drafter.rb b/tools/homebrew/drafter.rb index 6f1146149..4167ec931 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.6' + head 'https://github.com/apiaryio/drafter.git', :tag => 'v0.1.7' def install system "./configure"