Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #196 from apiaryio/pksunkara/release
Browse files Browse the repository at this point in the history
Prepare release 2.1.0
  • Loading branch information
kylef committed Dec 11, 2015
2 parents d84b0d1 + 2c49bf1 commit 58b694f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "1.0.0",
"version": "2.1.0",
"description": "Pure JS Drafter built with Emscripten",
"main": "emcc/drafter.nomem.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
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://github.com/apiaryio/drafter.git', :tag => 'v2.0.0'
head 'https://github.com/apiaryio/drafter.git', :tag => 'v2.1.0'

def install
system "./configure"
Expand Down

0 comments on commit 58b694f

Please sign in to comment.