From ac2d4186dbd7949d4979fcb0e105aef8e79e69c8 Mon Sep 17 00:00:00 2001 From: Stijn de Witt Date: Wed, 2 Sep 2015 22:34:27 +0200 Subject: [PATCH] Readme version to 0.9.7 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e80c15f..cc028e1 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# memorystorage v0.9.6 +# memorystorage v0.9.7 Memory-backed storage that implements the [Web Storage API](http://www.w3.org/TR/webstorage/), making it a drop-in replacement for `localStorage` and `sessionStorage` in environments where these are not available. [Project website](http://download.github.io/memorystorage) ## Download -* [memorystorage.js](https://cdn.rawgit.com/download/memorystorage/0.9.6/src/memorystorage.js) (~3kB, commented) -* [memorystorage.min.js](https://cdn.rawgit.com/download/memorystorage/0.9.6/dist/memorystorage.min.js) (~2kB, minified) -* [memorystorage.min.js.map](https://cdn.rawgit.com/download/memorystorage/0.9.6/dist/memorystorage.min.js.map) (~2kB, debug map file) +* [memorystorage.js](https://cdn.rawgit.com/download/memorystorage/0.9.7/src/memorystorage.js) (~3kB, commented) +* [memorystorage.min.js](https://cdn.rawgit.com/download/memorystorage/0.9.7/dist/memorystorage.min.js) (~2kB, minified) +* [memorystorage.min.js.map](https://cdn.rawgit.com/download/memorystorage/0.9.7/dist/memorystorage.min.js.map) (~2kB, debug map file) ## Include on your page `memorystorage` can be used directly from CDN, or from a local script file. ### CDN ```xml - + ``` ### Local script file