Skip to content

Commit bf5af2d

Browse files
committed
Update the shard for Crystal 1.0.0.
1 parent e712f1b commit bf5af2d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

shard.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: cssuid
2-
version: 0.1.0
2+
version: 0.1.1
33

44
authors:
55
- Kirk Haines <[email protected]>
66

7-
crystal: 0.36.1
7+
crystal: 1.0.0
88

99
license: MIT
1010

1111
development_dependencies:
1212
ameba:
1313
github: crystal-ameba/ameba
14-
version: ~> 0.13.0
14+
version: ~> 0.14
1515
parse_date:
1616
github: wyhaines/ParseDate.cr

src/csuuid.cr

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ require "random/isaac"
3939
# ```
4040
#
4141
struct CSUUID
42+
VERSION = "0.1.1"
43+
4244
@@prng = Random::ISAAC.new
4345
@@string_matcher = /^(........)-(....)-(....)-(....)-(............)/
4446
# :nodoc:

0 commit comments

Comments
 (0)