Skip to content

Commit

Permalink
Merge pull request #205 from apiaryio/pksunkara/release
Browse files Browse the repository at this point in the history
Prepare release 2.1.1
  • Loading branch information
w-vi committed Jan 4, 2016
2 parents 01cf40a + 359cf66 commit 10f03ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drafter.js",
"version": "2.1.0",
"version": "2.1.1",
"description": "Pure JS Drafter built with Emscripten",
"main": "emcc/drafter.nomem.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#define DRAFTER_MAJOR_VERSION 2
#define DRAFTER_MINOR_VERSION 1
#define DRAFTER_PATCH_VERSION 0
#define DRAFTER_PATCH_VERSION 1

#define DRAFTER_VERSION_IS_RELEASE 1
#define DRAFTER_PRE_RELEASE_VERSION 0
Expand Down
2 changes: 1 addition & 1 deletion tools/homebrew/drafter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Drafter < Formula
homepage 'http://apiblueprint.org'
head 'https:/apiaryio/drafter.git', :tag => 'v2.1.0'
head 'https:/apiaryio/drafter.git', :tag => 'v2.1.1'

def install
system "./configure"
Expand Down

0 comments on commit 10f03ed

Please sign in to comment.