Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7even committed Nov 25, 2017
1 parent ba74ce5 commit f3489f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ But you would lose it even with manual migrations.
Add this line to your application's Gemfile:

``` ruby
gem 'db_schema', '~> 0.3.0'
gem 'db_schema', '~> 0.3.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/db_schema/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DbSchema
VERSION = '0.3'
VERSION = '0.3.1'
end

0 comments on commit f3489f4

Please sign in to comment.