Skip to content

Commit

Permalink
Version bump and doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
blatyo committed Feb 16, 2012
1 parent a92ac5f commit 2d0e813
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## Version 3.1.1
* Fix google backlinks and indexes

## Version 3.1.0
* Add yahoo index back
* Fix yahoo and google backlinks and indexes
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,11 @@ Then, just make sure you require the class and PageRankr and whenever you call P
* [Dru Ibarra](https://github.com/Druwerd) - Use Google Search API instead of scraping.
* [Iteration Labs, LLC](https://github.com/iterationlabs) - Compete rank tracker and domain indexes.
* [Marc Seeger](http://www.marc-seeger.de) ([Acquia](http://www.acquia.com)) - Ignore invalid ranks that Alexa returns for incorrect sites.
* [Rémy Coutable](https://github.com/rymai) - Update public_suffix_service gem
* [Jonathan Rudenberg](https://github.com/titanous) - Fix compete scraper
* [Chris Corbyn](https://github.com/d11wtq) - Fix google page rank url
* [Rémy Coutable](https://github.com/rymai) - Update public_suffix_service gem.
* [Jonathan Rudenberg](https://github.com/titanous) - Fix compete scraper.
* [Chris Corbyn](https://github.com/d11wtq) - Fix google page rank url.
* [Hans Haselberg](https://github.com/i0rek) - Update typhoeus gem.
* [Priit Haamer](https://github.com/priithaamer) - Fix google backlinks lookup.

## Shout Out
Gotta give credit where credits due!
Expand Down
2 changes: 1 addition & 1 deletion lib/page_rankr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PageRankr
VERSION = "3.1.0"
VERSION = "3.1.1"
end

0 comments on commit 2d0e813

Please sign in to comment.