diff --git a/shard.yml b/shard.yml index 3427d7d..9b1e6f5 100644 --- a/shard.yml +++ b/shard.yml @@ -1,12 +1,12 @@ name: csuuid -version: 0.2.5 +version: 0.3.0 authors: - Kirk Haines crystal: "*" -license: MIT +license: "Apache 2.0" dependencies: time-ext: diff --git a/src/csuuid.cr b/src/csuuid.cr index 36d4abf..a48d152 100644 --- a/src/csuuid.cr +++ b/src/csuuid.cr @@ -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