Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Shóstak committed Apr 2, 2020
1 parent 06760fb commit d463112
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
<link
rel="icon"
type="image/x-icon"
href="https://koddr.github.io/vue-goodshare/dist/favicon.ico"
href="https://raw.githubusercontent.com/koddr/vue-goodshare/master/examples/src/favicon.ico"
/>
<link
rel="shortcut icon"
type="image/x-icon"
href="https://koddr.github.io/vue-goodshare/src/favicon.ico"
href="https://raw.githubusercontent.com/koddr/vue-goodshare/master/examples/src/favicon.ico"
/>
<link
rel="icon"
type="image/xml+svg"
href="https://koddr.github.io/vue-goodshare/src/favicon.svg"
href="https://raw.githubusercontent.com/koddr/vue-goodshare/master/examples/src/favicon.svg"
/>
<link
rel="icon"
type="image/png"
href="https://koddr.github.io/vue-goodshare/src/favicon.png"
href="https://raw.githubusercontent.com/koddr/vue-goodshare/master/examples/src/favicon.png"
/>
<link
rel="apple-touch-icon"
href="https://koddr.github.io/vue-goodshare/src/apple-touch-icon.png"
href="https://raw.githubusercontent.com/koddr/vue-goodshare/master/examples/src/favicon.png"
/>
<link rel="canonical" href="https://koddr.github.io/vue-goodshare/" />
<link rel="canonical" href="https://vue-goodshare.js.org/" />
<link rel="stylesheet" href="build/style.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion 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": "vue-goodshare",
"version": "1.3.3",
"version": "1.4.0",
"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.",
"main": "src/VueGoodshare.vue",
"scripts": {
Expand Down

0 comments on commit d463112

Please sign in to comment.