Bumped version number to v1.0.0.
This commit is contained in:
parent
307ab40b44
commit
ba052e31f8
2 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
name: compiled_license
|
||||
version: 0.1.3
|
||||
version: 1.0.0
|
||||
|
||||
authors:
|
||||
- Isaac Sloan <isaac@isaacsloan.com>
|
||||
|
||||
crystal: 0.24.1
|
||||
crystal: "> 0.24.1, < 1.1.0"
|
||||
|
||||
license: MIT
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module CompiledLicense
|
||||
VERSION = "0.1.3"
|
||||
VERSION = "1.0.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue