diff --git a/shard.yml b/shard.yml index e26efbc..9208c08 100644 --- a/shard.yml +++ b/shard.yml @@ -1,9 +1,9 @@ name: compiled_license -version: 0.1.3 +version: 1.0.0 authors: - Isaac Sloan -crystal: 0.24.1 +crystal: "> 0.24.1, < 1.1.0" license: MIT diff --git a/src/compiled_license/version.cr b/src/compiled_license/version.cr index 5ee35f3..2c264a8 100644 --- a/src/compiled_license/version.cr +++ b/src/compiled_license/version.cr @@ -1,3 +1,3 @@ module CompiledLicense - VERSION = "0.1.3" + VERSION = "1.0.0" end