From 6766eb4d0c642ef6ab51d5b250b0cc46fdf0b20f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 30 Jun 2012 16:20:42 -0400 Subject: [PATCH] Add the appcache to hosted.html and set the manifest version to 1. --- hosted.html | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosted.html b/hosted.html index 7c20399..2c42f9b 100644 --- a/hosted.html +++ b/hosted.html @@ -1,5 +1,5 @@ - + Skeleton Key Hosted diff --git a/manifest.json b/manifest.json index c80c607..4abb150 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Skeleton Key", - "version": "0.1", + "version": "1", "description": "A secure password generator that uses repeated hashing of your master password and some salt.", -- 2.22.5