Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Jul 15, 2015
1 parent a7ec281 commit 7b66b63
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ http://www.jsdelivr.com/#!angular.locker

Simply download the zip file [HERE](https://github.com/tymondesigns/angular-locker/archive/master.zip) and include `dist/angular-locker.min.js` in your project.

1.66 kB Minified & gzipped.
1.64 kB Minified & gzipped.

<h2 id="usage">Usage</h2>

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-locker",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/tymondesigns/angular-locker",
"authors": [
"Sean Tymon <[email protected]>"
Expand Down
6 changes: 6 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.0.2

##### Fixes

- Fixed issue with multiple sequential calls to same driver - see #22

### 2.0.1

##### Fixes
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-locker.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 dist/angular-locker.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-locker",
"version": "2.0.1",
"version": "2.0.2",
"description": "A simple & configurable abstraction for local/session storage in angular projects",
"author": "@tymondesigns",
"license": "MIT",
Expand Down

0 comments on commit 7b66b63

Please sign in to comment.