Skip to content

Commit

Permalink
0.9.2 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Download committed Aug 21, 2015
1 parent a339668 commit fe2e3ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# memorystorage <sub><sup>v0.9.1</sup></sub>
# memorystorage <sub><sup>v0.9.2</sup></sub>
Memory-backed storage object that implements the [Web Storage API](http://www.w3.org/TR/webstorage/).

## Download
* [memorystorage.js](https://cdn.rawgit.com/download/memorystorage/0.9.1/src/memorystorage.js) (~3kB, commented)
* [memorystorage.min.js](https://cdn.rawgit.com/download/memorystorage/0.9.1/dist/memorystorage.min.js) (~2kB, minified)
* [memorystorage.min.js.map](https://cdn.rawgit.com/download/memorystorage/0.9.1/dist/memorystorage.min.js.map) (~2kB, debug map file)
* [memorystorage.js](https://cdn.rawgit.com/download/memorystorage/0.9.2/src/memorystorage.js) (~3kB, commented)
* [memorystorage.min.js](https://cdn.rawgit.com/download/memorystorage/0.9.2/dist/memorystorage.min.js) (~2kB, minified)
* [memorystorage.min.js.map](https://cdn.rawgit.com/download/memorystorage/0.9.2/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
<script src="https://cdn.rawgit.com/download/memorystorage/0.9.1/dist/memorystorage.min.js"></script>
<script src="https://cdn.rawgit.com/download/memorystorage/0.9.2/dist/memorystorage.min.js"></script>
```

### Local script file
Expand Down
2 changes: 1 addition & 1 deletion dist/memorystorage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memorystorage",
"version": "0.9.1",
"version": "0.9.2",
"description": "Memory-backed implementation of the Web Storage API",
"main": "src/memorystorage.js",
"dist": {
Expand Down

0 comments on commit fe2e3ab

Please sign in to comment.