Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Feb 18, 2016
1 parent a8677ec commit 42a00a3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you want to use Sharer.js to develop commercial sites, themes, projects, and

If you are creating an open source application under a license compatible with the [GNU GPL license v3](https://www.gnu.org/licenses/gpl-3.0.html), you may use Sharer.js under the terms of the GPLv3.

[Read more](http://ellisonleao.github.io/sharer.js/) about Sharer.js license.
[Read more](http://ellisonleao.github.io/sharer.js/#licenses) about Sharer.js license.

## Documentation

Expand Down
7 changes: 6 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@
"pocket",
"stumbleupon",
"digg",
"flipboard"
"flipboard",
"weibo",
"renren",
"blogger",
"myspace",
"baidu"
],
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ellisonleao:sharerjs',
version: '0.2.11',
version: '0.2.12',
summary: 'Create your own social share buttons',
git: 'git://github.com/ellisonleao/sharer.js',
documentation: 'README.md'
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharer.js",
"version": "0.2.11",
"version": "0.2.12",
"description": "Create custom social share DOM elements. No dependencies.",
"main": "sharer.js",
"repository": {
Expand All @@ -27,7 +27,12 @@
"pocket",
"stumbleupon",
"digg",
"flipboard"
"flipboard",
"weibo",
"renren",
"blogger",
"myspace",
"baidu"
],
"author": "Ellison Leão <ellisonleao@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion sharer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Sharer.js
*
* @description Create your own social share buttons
* @version 0.2.11
* @version 0.2.12
* @author Ellison Leao <ellisonleao@gmail.com>
* @license GPLv3
*
Expand Down
4 changes: 2 additions & 2 deletions sharer.min.js

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

0 comments on commit 42a00a3

Please sign in to comment.