Skip to content

Commit

Permalink
Merge pull request #19 from apiaryio/pksunkara/update
Browse files Browse the repository at this point in the history
Prepare v0.1.0 release
  • Loading branch information
zdne committed Mar 25, 2015
2 parents f70a4af + a4dab64 commit 92f2676
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ API Blueprint is Web API documentation language. You can find API Blueprint docu
Additionally Drafter provide set of Wrappers for serialization, of parsing result, via [SOS library](https://github.com/apiaryio/sos) into JSON and YAML format.

## Status
- [Format 1A7](https://github.com/apiaryio/api-blueprint/releases/tag/format-1A7) fully implemented
- [Format 1A8](https://github.com/apiaryio/api-blueprint/releases/tag/format-1A8) fully implemented

## Install
OS X using Homebrew:
Expand Down
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define DRAFTER_MINOR_VERSION 1
#define DRAFTER_PATCH_VERSION 0

#define DRAFTER_VERSION_IS_RELEASE 0
#define DRAFTER_VERSION_IS_RELEASE 1

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

def install
system "./configure"
Expand Down

0 comments on commit 92f2676

Please sign in to comment.