We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4528b72 commit 270972fCopy full SHA for 270972f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "share-buttons",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "Simple social buttons for your site.",
5
"directories": {
6
"example": "example"
@@ -31,6 +31,7 @@
31
"facebook",
32
"vk",
33
"twitter",
34
+ "telegram",
35
"email"
36
]
37
}
src/share-buttons.js
@@ -5,7 +5,7 @@
* Class to display the buttons of social networks.
*
7
* @author Yauheni Pakala <https://wcoder.github.io>
8
- * @version 1.0
+ * @version 1.1
9
* @license MIT
10
*/
11
function ShareButtons() {
0 commit comments