Skip to content

Commit

Permalink
Release version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Jul 16, 2013
1 parent 4b6a5c0 commit cfcb65f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Master

# 0.1.3

- Fix bug that prevented `attr_accessor`s from working.
- Handle unconfigured timezones.
- Use RDoc as YARD's Markdown provider instead of kramdown.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This project uses [semantic versioning][].
Add it to your Gemfile:

```ruby
gem 'active_interaction', '~> 0.1.2'
gem 'active_interaction', '~> 0.1.3'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveInteraction
VERSION = Gem::Version.new('0.1.2')
VERSION = Gem::Version.new('0.1.3')
end

0 comments on commit cfcb65f

Please sign in to comment.