diff --git a/README.md b/README.md index 39aa76c1..3c07534e 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.0* +**Current Version:** *1.2.1* **Build Status:** [![Build Status][travis-img]][travis] **Node Version Support:** *0.10* diff --git a/package.json b/package.json index 87d39ad9..50b36745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pa11y-dashboard", - "version": "1.2.0", + "version": "1.2.1", "private": true, "description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",