Skip to content

Commit

Permalink
Bump to v2.2.1 because I had to yank 2.0.0 due to a bad push
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvarga committed Jan 8, 2012
1 parent 5dfac20 commit 94848fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ./
specs:
sitemap_generator (2.2.0)
sitemap_generator (2.2.1)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ Does your website use SitemapGenerator to generate Sitemaps? Where would you be
Changelog
-------

- v2.2.0: Support adding new search engines to ping and modifying the default search engines.
- v2.2.1: Support adding new search engines to ping and modifying the default search engines.
Allow the URL of the sitemap index to be passed as an argument to `ping_search_engines`. See **Pinging Search Engines**.
- v2.1.8: Extend and improve Video Sitemap support. Include sitemap docs in the README, support all element attributes, properly format values.
- v2.1.7: Improve format of float priorities; Remove Yahoo from ping - the Yahoo
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.2.0
2.2.1
2 changes: 1 addition & 1 deletion sitemap_generator.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{sitemap_generator}
s.version = "2.2.0"
s.version = "2.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Karl Varga", "Adam Salter"]
Expand Down

0 comments on commit 94848fc

Please sign in to comment.