From ad64be07759e1a8a9cda924a59806eb48fe54ab3 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 9 Mar 2016 14:44:39 +0000 Subject: [PATCH] Release 2.3.0-pre.0 --- package.json | 2 +- src/Version.h | 4 ++-- tools/homebrew/drafter.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2230e4adc..d71db08de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drafter.js", - "version": "2.2.0", + "version": "2.3.0-pre.0", "description": "Pure JS Drafter built with Emscripten", "main": "emcc/drafter.nomem.js", "scripts": { diff --git a/src/Version.h b/src/Version.h index a992714cd..87f48f57b 100644 --- a/src/Version.h +++ b/src/Version.h @@ -14,10 +14,10 @@ #define DRAFTER_VERSION_H #define DRAFTER_MAJOR_VERSION 2 -#define DRAFTER_MINOR_VERSION 2 +#define DRAFTER_MINOR_VERSION 3 #define DRAFTER_PATCH_VERSION 0 -#define DRAFTER_VERSION_IS_RELEASE 1 +#define DRAFTER_VERSION_IS_RELEASE 0 #define DRAFTER_PRE_RELEASE_VERSION 0 #ifndef DRAFTER_STRINGIFY diff --git a/tools/homebrew/drafter.rb b/tools/homebrew/drafter.rb index 1ce9dd149..a02e979e1 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 => 'v2.2.0' + head 'https://github.com/apiaryio/drafter.git', :tag => 'v2.3.0-pre.0' def install system "./configure"