Skip to content

Commit

Permalink
Tag v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbeauvais committed Nov 3, 2016
1 parent 71dc12e commit d88378d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions dist/vue-social-sharing.common.js
@@ -1,5 +1,5 @@
/*!
* vue-social-sharing v0.0.3
* vue-social-sharing v0.0.4
* (c) 2016 nicolasbeauvais
* Released under the MIT License.
*/
Expand Down Expand Up @@ -77,7 +77,7 @@ var SocialSharing = {

hashtags: {
type: String,
default: '',
default: ''
},

/**
Expand Down Expand Up @@ -276,7 +276,7 @@ var SocialSharing = {
}
};

SocialSharing.version = '0.0.3';
SocialSharing.version = '0.0.4';

if (typeof window !== 'undefined' && window.Vue) {
window.Vue.component('social-sharing', SocialSharing);
Expand Down
6 changes: 3 additions & 3 deletions dist/vue-social-sharing.js
@@ -1,5 +1,5 @@
/*!
* vue-social-sharing v0.0.3
* vue-social-sharing v0.0.4
* (c) 2016 nicolasbeauvais
* Released under the MIT License.
*/
Expand Down Expand Up @@ -79,7 +79,7 @@ var SocialSharing = {

hashtags: {
type: String,
default: '',
default: ''
},

/**
Expand Down Expand Up @@ -278,7 +278,7 @@ var SocialSharing = {
}
};

SocialSharing.version = '0.0.3';
SocialSharing.version = '0.0.4';

if (typeof window !== 'undefined' && window.Vue) {
window.Vue.component('social-sharing', SocialSharing);
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-social-sharing.min.js

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
@@ -1,7 +1,7 @@
{
"name": "vue-social-sharing",
"description": "A Vue.js component for sharing links to social networks",
"version": "0.0.3",
"version": "0.0.4",
"author": {
"name": "nicolasbeauvais",
"email": "nicolasbeauvais1@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
@@ -1,6 +1,6 @@
import SocialSharing from './social-sharing';

SocialSharing.version = '0.0.3';
SocialSharing.version = '0.0.4';

export default SocialSharing;

Expand Down

0 comments on commit d88378d

Please sign in to comment.