From 18ab16cfa4f92209b9a3162409b454b5f3bd0246 Mon Sep 17 00:00:00 2001 From: Juho Vepsalainen Date: Sun, 12 Feb 2017 13:50:39 +0200 Subject: [PATCH] Bump version --- manuscript/01_introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript/01_introduction.md b/manuscript/01_introduction.md index c6beac2a..23ecf836 100644 --- a/manuscript/01_introduction.md +++ b/manuscript/01_introduction.md @@ -75,12 +75,12 @@ Given the book relies on a variety of new language features, I've gathered the m As this book receives a fair amount of maintenance and improvements due to the pace of innovation, there's a rough versioning scheme in place. I maintain release notes for each new version at the [book blog](http://survivejs.com/blog/) to describe what has changed between versions. Also examining the GitHub repository may be beneficial. I recommend using the GitHub *compare* tool for this purpose. Example: ``` -https://github.com/survivejs/react/compare/v2.1.0...v2.5.6 +https://github.com/survivejs/react/compare/v2.1.0...v2.5.7 ``` The page will show you the individual commits that went to the project between the given version range. You can also see the lines that have changed in the book. This excludes the private chapters, but it's enough to give you a good idea of the major changes made to the book. -The current version of the book is **2.5.6**. +The current version of the book is **2.5.7**. ## Extra Material