Skip to content

Commit

Permalink
[0.6.4] Bumber Version to 0.6.4
Browse files Browse the repository at this point in the history
Bumped version to release Amber 0.6.4
  • Loading branch information
eliasjpr committed Jan 16, 2018
1 parent ebbd382 commit cb64b42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amber

version: 0.6.3
version: 0.6.4

authors:
- Elias Perez <<eliasjpr@gmail.com>>
Expand Down
5 changes: 2 additions & 3 deletions src/amber/cli/templates/app/shard.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ targets:
dependencies:
amber:
github: amberframework/amber
branch: master
#version: <%= Amber::VERSION %>
version: <%= Amber::VERSION %>

<% case @model when "crecto" -%>
crecto:
Expand All @@ -25,7 +24,7 @@ dependencies:
<% else -%>
granite_orm:
github: amberframework/granite-orm
version: ~> 0.8.0
version: ~> 0.8.2
<% end -%>

quartz_mailer:
Expand Down
2 changes: 1 addition & 1 deletion src/amber/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Amber
VERSION = "0.6.3"
VERSION = "0.6.4"
end

0 comments on commit cb64b42

Please sign in to comment.