Skip to content

Commit

Permalink
Merge pull request #249 from apiaryio/kylef/release-2.3.0
Browse files Browse the repository at this point in the history
Release 2.3.0-pre.0
  • Loading branch information
pksunkara committed Mar 9, 2016
2 parents b641e69 + ad64be0 commit ad6362a
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": "2.2.0",
"version": "2.3.0-pre.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,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
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.2.0'
head 'https:/apiaryio/drafter.git', :tag => 'v2.3.0-pre.0'

def install
system "./configure"
Expand Down

0 comments on commit ad6362a

Please sign in to comment.