Bumped version number to v0.1.3.
This commit is contained in:
parent
dd467278a5
commit
f287c2c8c9
2 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
name: compiled_license
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
authors:
|
||||
- Isaac Sloan <isaac@isaacsloan.com>
|
||||
|
@ -7,7 +7,3 @@ authors:
|
|||
crystal: 0.24.1
|
||||
|
||||
license: MIT
|
||||
|
||||
dependencies:
|
||||
cry:
|
||||
github: elorest/cry
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module CompiledLicense
|
||||
VERSION = "0.1.2"
|
||||
VERSION = "0.1.3"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue