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

Commit 8460650

Browse files
authored
chore: Release 3.1.3 (#417)
1 parent 93a786e commit 8460650

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Drafter Changelog
22

3-
## Master
3+
## 3.1.3
44

55
### Bug Fixes
66

src/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#define DRAFTER_MAJOR_VERSION 3
1717
#define DRAFTER_MINOR_VERSION 1
18-
#define DRAFTER_PATCH_VERSION 2
18+
#define DRAFTER_PATCH_VERSION 3
1919

2020
#define DRAFTER_VERSION_IS_RELEASE 1
2121
#define DRAFTER_PRE_RELEASE_VERSION 0

tools/homebrew/drafter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class Drafter < Formula
44
homepage 'http://apiblueprint.org'
5-
head 'https://github.com/apiaryio/drafter.git', :tag => 'v3.1.1'
5+
head 'https://github.com/apiaryio/drafter.git', :tag => 'v3.1.3'
66

77
def install
88
system "./configure", "--shared"

0 commit comments

Comments
 (0)