From 8d9cbc1cbbb5a181001e684228a86469599a25df Mon Sep 17 00:00:00 2001 From: Michael Lissner Date: Tue, 26 May 2015 16:28:43 -0700 Subject: [PATCH] Updates to 0.8.5 since I accidentally published 0.8.4...ugh. --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index dc446dbe..2bf8a0cb 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "author": "Free Law Project and the Center for Information Technology and Policy at Princeton", "description": "RECAP improves the experience of using PACER, the online public access system for the U.S. federal courts.", "homepage_url": "https://www.recapthelaw.org", - "version": "0.8.4", + "version": "0.8.5", "icons": { "16": "assets/images/icon-16.png", "19": "assets/images/icon-19.png", diff --git a/package.json b/package.json index 33b6b9e0..09d8d668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recap-chrome", - "version": "0.8.4", + "version": "0.8.5", "description": "RECAP improves the experience of using PACER, the online public access system for the U.S. federal courts.", "scripts": { "test": "grunt jasmine"