Skip to content

Commit 7230928

Browse files
authored
Bump Granite, Crystal, and Ameba versions (#412)
1 parent 9f03488 commit 7230928

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM crystallang/crystal:0.35.0
1+
FROM crystallang/crystal:0.35.1
22

33
ARG sqlite_version=3110000
44
ARG sqlite_version_year=2016

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: granite
22

3-
version: 0.21.0
3+
version: 0.21.1
44

55
crystal: 0.35.0
66

@@ -30,4 +30,4 @@ development_dependencies:
3030

3131
ameba:
3232
github: crystal-ameba/ameba
33-
version: ~> 0.12.0
33+
version: ~> 0.13.0

src/granite/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Granite
2-
VERSION = "0.21.0"
2+
VERSION = "0.21.1"
33
end

0 commit comments

Comments
 (0)