From 969fb8a0085e775511587be31bfacaa4025affd0 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 13 Apr 2015 15:08:40 -0700 Subject: [PATCH] Release 0.1.3 --- ext/snowcrash | 2 +- src/Version.h | 2 +- tools/homebrew/drafter.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/snowcrash b/ext/snowcrash index 76f469ea6..2df42a071 160000 --- a/ext/snowcrash +++ b/ext/snowcrash @@ -1 +1 @@ -Subproject commit 76f469ea6c5e9bb102783eb5b08ddc2fb98e14ca +Subproject commit 2df42a07129661335fe75afa07313eb17987a622 diff --git a/src/Version.h b/src/Version.h index 64f6c263b..8c957add0 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 2 +#define DRAFTER_PATCH_VERSION 3 #define DRAFTER_VERSION_IS_RELEASE 1 diff --git a/tools/homebrew/drafter.rb b/tools/homebrew/drafter.rb index f992aa2e6..e33e3b5ac 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.2' + head 'https://github.com/apiaryio/drafter.git', :tag => 'v0.1.3' def install system "./configure"