Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Release 0.2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 7, 2012
1 parent d44c0db commit b6a7875
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
@@ -1,3 +1,6 @@
== 0.2.1 (Plague of Justinian, 541–542)
* Fix Ruby gem loading.

== 0.2 (Antioch earthquake, 526)
* Rename Ruby gem to transition-events-js.
* Rename transitionAt to afterTransition.
Expand All @@ -8,5 +11,5 @@
* Add requestAnimationFrame alias.
* Remove $.Transitions.cachedProp.

== 0.1 (Vesuvius eruption, 79 AD)
== 0.1 (Vesuvius eruption, 79)
* Initial release.
2 changes: 1 addition & 1 deletion gem/transition-events-js.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'transition-events-js'
s.version = '0.2'
s.version = '0.2.1'
s.platform = Gem::Platform::RUBY
s.authors = ['Andrey "A.I" Sitnik']
s.email = ['andrey@sitnik.ru']
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "transition-events",
"version": "0.2.0",
"version": "0.2.1",
"devDependencies": {
"coffee-script": "1.3.3",
"fs-extra": "0.1.3",
Expand Down

0 comments on commit b6a7875

Please sign in to comment.