Skip to content

Commit

Permalink
Feature/version upgrade (#1282)
Browse files Browse the repository at this point in the history
* Changed discord as the primary way to get in touch with the comminuty

* Changed the discord link so that it uses a permanent invite link

* Fixed the version number being out dated from the actual latest release number.

* Updated Amber version and default Granite version
  • Loading branch information
crimson-knight authored May 24, 2022
1 parent a62820a commit 90b00f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/amber/cli/templates/app/shard.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:

granite:
github: amberframework/granite
version: ~> 0.23.0
version: ~> 0.23.1

quartz_mailer:
github: amberframework/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 = "1.2.1"
VERSION = "1.2.2"
end

0 comments on commit 90b00f1

Please sign in to comment.