Skip to content

Commit 270972f

Browse files
committed
Update version
1 parent 4528b72 commit 270972f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "share-buttons",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Simple social buttons for your site.",
55
"directories": {
66
"example": "example"
@@ -31,6 +31,7 @@
3131
"facebook",
3232
"vk",
3333
"twitter",
34+
"telegram",
3435
"email"
3536
]
3637
}

src/share-buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Class to display the buttons of social networks.
66
*
77
* @author Yauheni Pakala <https://wcoder.github.io>
8-
* @version 1.0
8+
* @version 1.1
99
* @license MIT
1010
*/
1111
function ShareButtons() {

0 commit comments

Comments
 (0)