Skip to content

Commit

Permalink
build v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed May 10, 2015
1 parent 0244745 commit 5c5059e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
angular-local-storage
=====================
An Angular module that gives you access to the browsers local storage, **v0.1.5**
An Angular module that gives you access to the browsers local storage, **v0.2.0**

[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-local-storage",
"version": "0.1.5",
"version": "0.2.0",
"homepage": "http://gregpike.net/demos/angular-local-storage/demo.html",
"authors": [
"grevory <greg@gregpike.ca>"
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-local-storage.js
@@ -1,6 +1,6 @@
/**
* An Angular module that gives you access to the browsers local storage
* @version v0.1.5 - 2015-05-10
* @version v0.2.0 - 2015-05-10
* @link https://github.com/grevory/angular-local-storage
* @author grevory <greg@gregpike.ca>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-local-storage.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
@@ -1,6 +1,6 @@
{
"name": "angular-local-storage",
"version": "0.1.5",
"version": "0.2.0",
"description": "An Angular module that gives you access to the browsers local storage",
"homepage": "https://github.com/grevory/angular-local-storage",
"main": "./dist/angular-local-storage.js",
Expand Down

3 comments on commit 5c5059e

@rebelliard
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog?

@a8m
Copy link
Collaborator Author

@a8m a8m commented on 5c5059e May 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@a8m
Copy link
Collaborator Author

@a8m a8m commented on 5c5059e May 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this commit after v0.2.0 tag.

Please sign in to comment.