Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Commit a857abf

Browse files
committed
fix for email share by @areverberi
1 parent ef5e9fe commit a857abf

4 files changed

+6
-6
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-socialshare",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "A social media url and content share module for angularjs.",
55
"authors": [
66
"Filippo Oretti <[email protected]",

dist/angular-socialshare.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
* angular-socialshare
3-
* 2.3.1
3+
* 2.3.2
44
*
55
* A social media url and content share module for angularjs.
66
* http://720kb.github.io/angular-socialshare
77
*
88
* MIT license
9-
* Sat Oct 22 2016
9+
* Tue Oct 25 2016
1010
*/
1111
/*global angular*/
1212
/*eslint no-loop-func:0, func-names:0*/

0 commit comments

Comments
 (0)