Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder committed Jul 17, 2020
1 parent 055d884 commit 0e641c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "share-buttons",
"version": "1.5.0",
"version": "1.6.0",
"description": "Simple social buttons for your site.",
"directories": {
"example": "example"
Expand Down
4 changes: 2 additions & 2 deletions src/share-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Class to display the buttons of social networks.
*
* @author Yauheni Pakala <https://wcoder.github.io>
* @version 1.5
* @version 1.6
* @license MIT
*/
function ShareButtons() {
Expand Down Expand Up @@ -188,7 +188,7 @@
switch (id) {
case FB_CLASS_NAME:
popupCenter(
stringFormat(FB_LINK_FORMAT, [url,title]),
stringFormat(FB_LINK_FORMAT, [url, title]),
titleDef);
break;

Expand Down

0 comments on commit 0e641c1

Please sign in to comment.