Skip to content

Commit d1931d6

Browse files
committed
Update the version for release; fix a small error in the shard.yml
1 parent cc004e6 commit d1931d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shard.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: csuuid
2-
version: 0.2.5
2+
version: 0.3.0
33

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

77
crystal: "*"
88

9-
license: MIT
9+
license: "Apache 2.0"
1010

1111
dependencies:
1212
time-ext:

src/csuuid.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require "crystal/spin_lock"
4040
# ```
4141
#
4242
struct CSUUID
43-
VERSION = "0.2.5"
43+
VERSION = "0.3.0"
4444

4545
@@mutex = Crystal::SpinLock.new
4646
@@prng = Random::ISAAC.new

0 commit comments

Comments
 (0)