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 #29 from apiaryio/release
Browse files Browse the repository at this point in the history
Prepare v0.1.5 release
  • Loading branch information
kylef committed Apr 14, 2015
2 parents e025343 + a98c311 commit c4290ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 0
#define DRAFTER_MINOR_VERSION 1
#define DRAFTER_PATCH_VERSION 4
#define DRAFTER_PATCH_VERSION 5

#define DRAFTER_VERSION_IS_RELEASE 1

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 => 'v0.1.4'
head 'https://github.com/apiaryio/drafter.git', :tag => 'v0.1.5'

def install
system "./configure"
Expand Down

0 comments on commit c4290ad

Please sign in to comment.