Skip to content

Commit

Permalink
Update version number to 0.3.0 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
danbee committed Oct 28, 2016
1 parent 6ae5950 commit 9f323e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Changes

### Upcoming Release
### 0.3.0 (Oct 28, 2016)

* [#127] [UI] Add button to clear the search
* [#656] [COMPAT] Add Rails 5 support
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
administrate (0.2.2)
administrate (0.3.0)
autoprefixer-rails (~> 6.0)
bourbon (~> 4.2)
datetime_picker_rails (~> 0.0.7)
Expand Down Expand Up @@ -71,7 +71,7 @@ GEM
rake
thor (>= 0.14.0)
arel (6.0.3)
autoprefixer-rails (6.4.1.1)
autoprefixer-rails (6.5.1.1)
execjs
awesome_print (1.6.1)
binding_of_caller (0.7.2)
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.2"
gem "administrate", "~> 0.3.0"
```

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.2".freeze
VERSION = "0.3.0".freeze
end

1 comment on commit 9f323e9

@croaky
Copy link
Contributor

@croaky croaky commented on 9f323e9 Dec 8, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we should add a release? https://github.com/thoughtbot/administrate/releases

Please sign in to comment.