Skip to content

Commit 4234763

Browse files
committed
v0.2.0
1 parent 1a7c6f5 commit 4234763

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## edge
22

3+
## 0.2.0 2014-03-12
4+
35
* Add `Document.body` and `Document.head` shortcut to element instances.
46

57
* Add `Event` methods: `prevented?`, `prevent`, `stopped?` and `stop` to

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
gemspec
33

4-
gem 'opal', :github => 'opal/opal'
4+
gem 'opal'
55
gem 'opal-rspec', '0.3.0.beta2'
66

77
gem 'rake'

lib/opal/jquery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Opal
22
module JQuery
3-
VERSION = '0.1.2'
3+
VERSION = '0.2.0'
44
end
55
end

0 commit comments

Comments
 (0)