diff --git a/book/index.html b/book/index.html index f0a9d418..ecc14f50 100644 --- a/book/index.html +++ b/book/index.html @@ -37,7 +37,7 @@

Learning JavaScript Design Patterns

A book by Addy Osmani

-

Volume 1.6.0

+

Volume 1.6.1

Tweet

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