Skip to content

Commit

Permalink
Bumped version number to v0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
elorest committed Jan 1, 2018
1 parent c98ddcf commit 7e69e56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: granite_orm
version: 0.7.8
version: 0.8.0

authors:
- drujensen <drujensen@gmail.com>
Expand All @@ -10,17 +10,17 @@ license: MIT
dependencies:
db:
github: crystal-lang/crystal-db
version: ~> 0.4.2
version: ~> 0.5.0

development_dependencies:
mysql:
github: crystal-lang/crystal-mysql
version: ~> 0.3.2
version: ~> 0.4.0

sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.8.2
version: ~> 0.9.0

pg:
github: will/crystal-pg
version: ~> 0.13.3
version: ~> 0.14.1
2 changes: 1 addition & 1 deletion src/granite_orm/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Granite::ORM
VERSION = "0.7.8"
VERSION = "0.8.0"
end

0 comments on commit 7e69e56

Please sign in to comment.