Skip to content

Commit

Permalink
Merge pull request #302 from apiaryio/pksunkara/release
Browse files Browse the repository at this point in the history
Release 2.3.0
  • Loading branch information
w-vi committed Apr 15, 2016
2 parents 61d9b05 + d90d4d1 commit d1570d5
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.3.0-pre.2",
"version": "2.3.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 @@ -17,8 +17,8 @@
#define DRAFTER_MINOR_VERSION 3
#define DRAFTER_PATCH_VERSION 0

#define DRAFTER_VERSION_IS_RELEASE 0
#define DRAFTER_PRE_RELEASE_VERSION 2
#define DRAFTER_VERSION_IS_RELEASE 1
#define DRAFTER_PRE_RELEASE_VERSION 0

#ifndef DRAFTER_STRINGIFY
# define DRAFTER_STRINGIFY(n) DRAFTER_STRINGIFY_HELPER(n)
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.3.0-pre.2'
head 'https:/apiaryio/drafter.git', :tag => 'v2.3.0'

def install
system "./configure"
Expand Down

0 comments on commit d1570d5

Please sign in to comment.