Skip to content

Commit

Permalink
Update the version for release; fix a small error in the shard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed Oct 14, 2021
1 parent cc004e6 commit d1931d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: csuuid
version: 0.2.5
version: 0.3.0

authors:
- Kirk Haines <[email protected]>

crystal: "*"

license: MIT
license: "Apache 2.0"

dependencies:
time-ext:
Expand Down
2 changes: 1 addition & 1 deletion src/csuuid.cr
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require "crystal/spin_lock"
# ```
#
struct CSUUID
VERSION = "0.2.5"
VERSION = "0.3.0"

@@mutex = Crystal::SpinLock.new
@@prng = Random::ISAAC.new
Expand Down

0 comments on commit d1931d6

Please sign in to comment.