Skip to content

Commit d463112

Browse files
author
Vic Shóstak
committed
Release v1.4.0
1 parent 06760fb commit d463112

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

examples/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@
1919
<link
2020
rel="icon"
2121
type="image/x-icon"
22-
href="https://koddr.github.io/vue-goodshare/dist/favicon.ico"
22+
href="https://raw.githubusercontent.com/koddr/vue-goodshare/master/examples/src/favicon.ico"
2323
/>
2424
<link
2525
rel="shortcut icon"
2626
type="image/x-icon"
27-
href="https://koddr.github.io/vue-goodshare/src/favicon.ico"
27+
href="https://raw.githubusercontent.com/koddr/vue-goodshare/master/examples/src/favicon.ico"
2828
/>
2929
<link
3030
rel="icon"
3131
type="image/xml+svg"
32-
href="https://koddr.github.io/vue-goodshare/src/favicon.svg"
32+
href="https://raw.githubusercontent.com/koddr/vue-goodshare/master/examples/src/favicon.svg"
3333
/>
3434
<link
3535
rel="icon"
3636
type="image/png"
37-
href="https://koddr.github.io/vue-goodshare/src/favicon.png"
37+
href="https://raw.githubusercontent.com/koddr/vue-goodshare/master/examples/src/favicon.png"
3838
/>
3939
<link
4040
rel="apple-touch-icon"
41-
href="https://koddr.github.io/vue-goodshare/src/apple-touch-icon.png"
41+
href="https://raw.githubusercontent.com/koddr/vue-goodshare/master/examples/src/favicon.png"
4242
/>
43-
<link rel="canonical" href="https://koddr.github.io/vue-goodshare/" />
43+
<link rel="canonical" href="https://vue-goodshare.js.org/" />
4444
<link rel="stylesheet" href="build/style.css" />
4545
</head>
4646
<body>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-goodshare",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "Vue.js component for social share. A simple way to share a link on the pages of your website in the most popular (and not so) social networks.",
55
"main": "src/VueGoodshare.vue",
66
"scripts": {

0 commit comments

Comments
 (0)