From ec1f9165b1edc25faecbe71626b5a1d6fc7a07bd Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Sun, 31 Aug 2014 14:17:51 +0100 Subject: [PATCH] Update to 1.6.0. --- book/index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/index.html b/book/index.html index eae8ae44..4174a0dc 100644 --- a/book/index.html +++ b/book/index.html @@ -37,7 +37,7 @@

Learning JavaScript Design Patterns

A book by Addy Osmani

-

Volume 1.5.4

+

Volume 1.6.0

diff --git a/package.json b/package.json index b565ef6e..6ddee3fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "essential-js-design-patterns", - "version": "1.5.4", + "version": "1.6.0", "description": "A book on JavaScript Design Patterns", "main": "book/index.html", "repository": {