Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 5, 2013
1 parent 8406e15 commit 77c33df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can config `config/initializes/social_share_button.rb` to choose which site

```ruby
SocialShareButton.configure do |config|
config.allow_sites = %w(twitter facebook google_plus weibo douban tqq renren qq kaixin001 baidu tumblr)
config.allow_sites = %w(twitter facebook google_plus weibo douban tqq renren qq kaixin001 baidu tumblr plurk email)
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/social_share_button/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SocialShareButton
VERSION = "0.1.4"
VERSION = "0.1.5"
end

0 comments on commit 77c33df

Please sign in to comment.