diff --git a/Project.toml b/Project.toml index b40e4d6..cb69776 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CommonLicenses" uuid = "31d8bc61-a8a5-4aaa-ae43-a3b73cb73fef" authors = ["Joe Carpinelli "] -version = "0.1.0" +version = "0.1.1" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/src/interface.jl b/src/interface.jl index a573d6e..9013536 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -29,7 +29,7 @@ function Base.show(io::IO, ::MIME"text/html", license::AbstractLicense) contract = replace(text(license), "\n" => "
") content = """
- License + $(name(license)) $(contract)