Skip to content

Commit

Permalink
Tag v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbeauvais committed Feb 21, 2017
1 parent 438c74b commit 98cf2b7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="2.1.1"></a>
# [2.1.0](https://github.com/nicolasbeauvais/vue-social-sharing/compare/2.1.0...2.1.1) (2017-02-21)
- Update version

<a name="2.1.0"></a>
# [2.1.0](https://github.com/nicolasbeauvais/vue-social-sharing/compare/2.0.0...2.1.0) (2017-02-21)
- Use of span tag instead of a to prevent history change
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-social-sharing",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/nicolasbeauvais/vue-social-sharing",
"authors": [
"nicolasbeauvais <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-social-sharing.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-social-sharing v2.1.0
* vue-social-sharing v2.1.1
* (c) 2017 nicolasbeauvais
* Released under the MIT License.
*/
Expand Down Expand Up @@ -289,7 +289,7 @@ var SocialSharing = {
}
};

SocialSharing.version = '2.1.0';
SocialSharing.version = '2.1.1';

SocialSharing.install = function (Vue) {
Vue.component('social-sharing', SocialSharing);
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-social-sharing.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-social-sharing v2.1.0
* vue-social-sharing v2.1.1
* (c) 2017 nicolasbeauvais
* Released under the MIT License.
*/
Expand Down Expand Up @@ -293,7 +293,7 @@ var SocialSharing = {
}
};

SocialSharing.version = '2.1.0';
SocialSharing.version = '2.1.1';

SocialSharing.install = function (Vue) {
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-social-sharing",
"description": "A Vue.js component for sharing links to social networks",
"version": "2.1.0",
"version": "2.1.1",
"author": {
"name": "nicolasbeauvais",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import SocialSharing from './social-sharing';

SocialSharing.version = '2.1.0';
SocialSharing.version = '2.1.1';

SocialSharing.install = (Vue) => {
Vue.component('social-sharing', SocialSharing);
Expand Down

0 comments on commit 98cf2b7

Please sign in to comment.