From 59c7e7ade762d3d43baafe271c5e489981b5c911 Mon Sep 17 00:00:00 2001 From: Assis Ferreira Date: Thu, 25 Mar 2021 15:48:52 -0100 Subject: [PATCH] Docs url to release 1.3 --- README.md | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e8e077..015f711 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ CDN repository: https://www.jsdelivr.com/package/gh/assisfery/SocialShareJS ### Install Just include the **social-share.css** and **social-share.js** files. ```html - - + + ``` ### Dependences diff --git a/index.html b/index.html index ea97410..4e33b56 100644 --- a/index.html +++ b/index.html @@ -50,8 +50,8 @@

SocialShareJS

Install

Just include the social-share.css and social-share.js files.

-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.2/social-share.min.css">
-<script src="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.2/social-share.min.js"></script>
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.3/social-share.min.css">
+<script src="https://cdn.jsdelivr.net/gh/assisfery/SocialShareJS@1.3/social-share.min.js"></script>