Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit f9532cf

Browse files
author
kris
committed
release 1.3.1
1 parent f879211 commit f9532cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* With Git: `git clone https://github.com/kriskbx/whatsapp-sharing.git`
1313
* Manually: [https://github.com/kriskbx/whatsapp-sharing/releases](https://github.com/kriskbx/whatsapp-sharing/releases)
1414

15-
Or include the hosted version on [jsdelivr](http://www.jsdelivr.com/): `//cdn.jsdelivr.net/whatsapp-sharing/1.3.0/whatsapp-button.js`
15+
Or include the hosted version on [jsdelivr](http://www.jsdelivr.com/): `//cdn.jsdelivr.net/whatsapp-sharing/1.3.1/whatsapp-button.js`
1616

1717
### 2. Integrate the buttons source
1818

@@ -49,4 +49,4 @@ It's not possible to check if WhatsApp is installed on the device. This is a goo
4949

5050
## License
5151

52-
MIT
52+
MIT

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whatsapp-sharing",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"homepage": "https://github.com/kriskbx/whatsapp-sharing",
55
"authors": [
66
"kriskbx"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whatsapp-sharing",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "WhatsApp Sharing Button",
55
"main": "-",
66
"scripts": {

0 commit comments

Comments
 (0)