Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Dec 28, 2014
1 parent aa3508d commit 084830b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="booktitle title">Learning JavaScript Design Patterns</h1>
<h3 class="booktitle author">
A book by <a href="http://twitter.com/addyosmani">Addy Osmani</a>
</h3>
<h2 class="booktitle edition">Volume 1.6.0</h2>
<h2 class="booktitle edition">Volume 1.6.1</h2>


<p class="booktitle"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://addyosmani.com/resources/essentialjsdesignpatterns/book/" data-count="horizontal" data-via="addyosmani">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 084830b

Please sign in to comment.