diff --git a/package.json b/package.json index 140a375a8..1f2c479aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drafter.js", - "version": "1.0.0", + "version": "2.1.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 3bb600caf..5913a6c54 100644 --- a/src/Version.h +++ b/src/Version.h @@ -14,8 +14,8 @@ #define DRAFTER_VERSION_H #define DRAFTER_MAJOR_VERSION 2 -#define DRAFTER_MINOR_VERSION 0 -#define DRAFTER_PATCH_VERSION 1 +#define DRAFTER_MINOR_VERSION 1 +#define DRAFTER_PATCH_VERSION 0 #define DRAFTER_VERSION_IS_RELEASE 1 #define DRAFTER_PRE_RELEASE_VERSION 0 diff --git a/tools/homebrew/drafter.rb b/tools/homebrew/drafter.rb index 5ca0449cf..f477cea8f 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.0.0' + head 'https://github.com/apiaryio/drafter.git', :tag => 'v2.1.0' def install system "./configure"