Skip to content

Commit

Permalink
release 0.3.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
7even committed Aug 17, 2017
1 parent de41000 commit 396cecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.2.5'
gem 'db_schema', '~> 0.3.rc1'
```

And then execute:
Expand All @@ -65,7 +65,7 @@ $ bundle
Or install it yourself as:

``` sh
$ gem install db_schema
$ gem install db_schema --prerelease
```

## Usage
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-dev'
VERSION = '0.3.rc1'
end

0 comments on commit 396cecd

Please sign in to comment.