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

Tweet

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": {