Skip to content

Commit

Permalink
Release version 0.2.2
Browse files Browse the repository at this point in the history
 ```
 * [#560] [BUGFIX] Fix LoadError for apps that don't use images
```
  • Loading branch information
c-lliope committed May 21, 2016
1 parent fa978b4 commit b96bfb2
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
Expand Up @@ -18,6 +18,8 @@

### Upcoming Release

### 0.2.2 (May 21, 2016)

* [#560] [BUGFIX] Fix LoadError for apps that don't use images

### 0.2.1 (May 18, 2016)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add Administrate to your Gemfile:

```ruby
# Gemfile
gem "administrate", "~> 0.2.1"
gem "administrate", "~> 0.2.2"
```

Re-bundle, then run the installer:
Expand Down
2 changes: 1 addition & 1 deletion lib/administrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Administrate
VERSION = "0.2.1".freeze
VERSION = "0.2.2".freeze
end

0 comments on commit b96bfb2

Please sign in to comment.