From 1f6ea332ac6052cd2b2096f237bd61e671820277 Mon Sep 17 00:00:00 2001 From: perryharlock Date: Thu, 9 Jan 2014 11:44:25 +0000 Subject: [PATCH] Version 1.2.2 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c07534..5ec5826 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ pa11y-dashboard pa11y-dashboard is a web interface to the [pa11y][pa11y] accessibility reporter; allowing you to focus on *fixing* issues rather than hunting them down. -**Current Version:** *1.2.1* +**Current Version:** *1.2.2* **Build Status:** [![Build Status][travis-img]][travis] **Node Version Support:** *0.10* diff --git a/package.json b/package.json index 50b3674..b0c9b52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pa11y-dashboard", - "version": "1.2.1", + "version": "1.2.2", "private": true, "description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",