Skip to content

Commit 0376193

Browse files
committed
New release
1 parent e28448c commit 0376193

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
2019-10-27: Fixed published shard
12
2018-05-10: Added colors for some data types and support for Symbol

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: awesome_print
2-
version: 0.1.6
2+
version: 0.1.7
33

44
authors:
55
- Evandro Junior <[email protected]>
66

7-
crystal: 0.24.2
7+
crystal: 0.31.1
88

99
license: MIT

src/awesome_print/version.cr

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

0 commit comments

Comments
 (0)