Skip to content

Commit

Permalink
chore(version): bump version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic Kartono committed Oct 7, 2015
1 parent bd246ef commit e80992d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Angular directive that interact with the Google Picker API :

**Requirements:** AngularJS 1.2+

**File Size:** 2.07Kb minified
**File Size:** 2.1Kb minified


# Installation
Expand All @@ -26,7 +26,7 @@ Angular directive that interact with the Google Picker API :

3. Manually

Download [https://github.com/softmonkeyjapan/angular-google-picker/archive/0.2.1.zip](https://github.com/softmonkeyjapan/angular-google-picker/archive/0.2.1.zip)
Download [https://github.com/softmonkeyjapan/angular-google-picker/archive/0.2.2.zip](https://github.com/softmonkeyjapan/angular-google-picker/archive/0.2.2.zip)


# Usage
Expand Down Expand Up @@ -166,7 +166,8 @@ angular.module('myApp', ['lk-google-picker'])
.config(['lkGoogleSettingsProvider', function (lkGoogleSettingsProvider) {
lkGoogleSettingsProvider.setViews([
'DocsUploadView().setIncludeFolders(true)',
'DocsView().setStarred(true)'
'DocsView().setStarred(true)',
'DocsView(google.picker.ViewId.FOLDERS).setSelectFolderEnabled(true)'
]);
}])
```
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-google-picker",
"version": "0.2.1",
"version": "0.2.2",
"authors": [
"Loic Kartono <contact@kartono-loic.com>",
"Fran Dios <me@frandiox.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-google-picker",
"version": "0.2.1",
"version": "0.2.2",
"description": "An AngularJs directive that interact with the Google API Picker",
"author": "Loic Kartono <contact@kartono-loic.com> (http://www.kartono-loic.com)",
"contributors": [
Expand Down

0 comments on commit e80992d

Please sign in to comment.