Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
laat committed Mar 20, 2014
1 parent cc6a5bf commit 2e72b72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.0.4 / 2014-03-20
=================
* previous release broken by a typo

0.0.3 / 2014-03-20
==================
* Rewrite to Ecmascript 6, because learning.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chess-board",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/laat/chess-board",
"authors": [
"Sigurd Fosseng <[email protected]>"
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": "chess-board",
"version": "0.0.3",
"version": "0.0.4",
"description": "A web component for displaying chess positions.",
"author": "Sigurd Fosseng <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 2e72b72

Please sign in to comment.