Release 0.4.1 version

This commit is contained in:
Andrey A.I. Sitnik
2012-04-29 18:08:13 +02:00
parent 03df06addb
commit 768ab31383
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
== 0.4.1 (Explorer 3, repeat)
* Fix documentation and gemspec.
== 0.4 (Vanguard 1, alternative)
* Add fallback API support by focus/blur hack to all browsers.
@@ -11,4 +14,4 @@
* Documentation fixes by Peter Zotov.
== 0.1 (Sputnik 1, the first)
* initial release.
* Initial release.

View File

@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = 'visibilityjs'
s.version = '0.4'
s.version = '0.4.1'
s.platform = Gem::Platform::RUBY
s.authors = ['Andrey “A.I.” Sitnik']
s.email = ['andrey@sitnik.ru']