Skip to content

Commit 3779331

Browse files
committed
Marks v3.7.1
1 parent ac28971 commit 3779331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.textile

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

33
Here's a summary of changes in each release. The list doesn't include some small changes or updates to test cases.
44

5-
h2. Version 3.7.1 - upcoming
5+
h2. "Version 3.7.1 - 2019/01/26":https://github.com/textile/php-textile/releases/tag/v3.7.1
66

77
* Fix and omit anchor links prefixing (closes "#190":https://github.com/textile/php-textile/issues/190).
88
* Alignment attribute can be specified last within a block tag definition (closes "#189":https://github.com/textile/php-textile/issues/190)

src/Netcarver/Textile/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ class Parser
371371
* @var string
372372
*/
373373

374-
protected $ver = '3.7.1-dev';
374+
protected $ver = '3.7.1';
375375

376376
/**
377377
* Regular expression snippets.

0 commit comments

Comments
 (0)