Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blatyo committed Jul 18, 2014
1 parent e0a3f88 commit adde5e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## Version 4.2.1
* Fix Yahoo trackers xpath
* Require newer version of public_suffix_service

## Version 4.2.0
* Added Moz Rank and Page Authority metrics.

Expand Down Expand Up @@ -117,4 +121,4 @@

## Version 1.1.0

* Fixed google xpath for backlinks
* Fixed google xpath for backlinks
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

Provides an easy way to retrieve Google Page Rank, Alexa Rank, backlink counts, and index counts.

I'm looking for co-maintainers. If you'd like to help maintain this project, let me know.

__Note: Version ~> 2.0 and ~> 3.0 used typheous internally which caused memory leak issues and failures on windows. 4.0.0 changes the implementation to use a Net::HTTP based library for better compatability.__

__Note: Version >= 4.1.0 no longer actively maintains compatibility with Ruby 1.8.X. It will probably still work for the time being.__
Expand Down
4 changes: 2 additions & 2 deletions lib/page_rankr/version.rb
@@ -1,3 +1,3 @@
module PageRankr
VERSION = "4.2.0"
end
VERSION = "4.2.1"
end

0 comments on commit adde5e3

Please sign in to comment.