From 2efdd0799d39f83e9b3b552a0d8c52660acee13a Mon Sep 17 00:00:00 2001 From: Netcarver Date: Thu, 17 Nov 2016 13:51:08 +0000 Subject: [PATCH] Bump references to version to v3.6.0 --- CHANGELOG.textile | 4 +++- README.textile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.textile b/CHANGELOG.textile index a019cf95..3634d358 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -2,7 +2,9 @@ h1. Changelog Here's a summary of changes in each release. The list doesn't include some small changes or updates to test cases. -h2. Version 3.6.0 - upcoming +h2. Version 3.6.x - upcoming + +h2. "Version 3.6.0 - 2016/11/17":https://github.com/textile/php-textile/releases/tag/v3.6.0 * Fix empty-like link texts (closes "#141":https://github.com/textile/php-textile/issues/141). * Fix empty-like RedCloth definitions (closes "#142":https://github.com/textile/php-textile/issues/142). diff --git a/README.textile b/README.textile index 38336bd9..68e74ad3 100644 --- a/README.textile +++ b/README.textile @@ -12,7 +12,7 @@ h3. Using Composer The recommended way to install PHP-Textile is via "Composer":https://getcomposer.org/ package manager. Navigate to your project directory, and run the command: -bc. $ composer require "netcarver/textile 3.5.*" +bc. $ composer require "netcarver/textile 3.6.*" If you haven't yet used Composer, you will then want to include the autoloader file generated by Composer in your project: