Skip to content
This repository has been archived by the owner on Dec 7, 2017. It is now read-only.

Commit

Permalink
Tag version 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Aug 31, 2013
1 parent 31d1d93 commit 971ea28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.5.1 (Unreleased)
### 0.5.1 (August 31, 2013)

* Fix incorrectly reporting version number from CLI.

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": "html-inspector",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/html-inspector.js",
"ignore": [
"img",
Expand Down
2 changes: 1 addition & 1 deletion dist/html-inspector.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* HTML Inspector - v0.5.0
* HTML Inspector - v0.5.1
*
* Copyright (c) 2013 Philip Walton <http://philipwalton.com>
* Released under the MIT license
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "html-inspector",
"title": "HTML Inspector",
"version": "0.5.0",
"version": "0.5.1",
"description": "HTML Inspector is a code quality tool to help you and your team write better markup. It's written in JavaScript and runs in the browser, so testing your HTML has never been easier.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 971ea28

Please sign in to comment.