Skip to content

Commit

Permalink
Version bump to 2.0.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
FThompson committed Jul 6, 2019
1 parent b153c7d commit b123164
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import FormPersistence from 'form-persistence';
Or include the script hosted on jsDelivr CDN or download and link the script directly.

```html
<script src='https://cdn.jsdelivr.net/gh/FThompson/FormPersistence.js@2.0.0/form-persistence.min.js'></script>
<script src='https://cdn.jsdelivr.net/gh/FThompson/FormPersistence.js@2.0.1/form-persistence.min.js'></script>
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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": "form-persistence",
"version": "2.0.0",
"version": "2.0.1",
"description": "A library for preserving HTML form values across page refreshes and multiple sessions.",
"main": "form-persistence.js",
"scripts": {
Expand Down

0 comments on commit b123164

Please sign in to comment.