From 6ca6b1d8fc8f3e92b7d26cd687adb37636f3513e Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Tue, 14 Feb 2023 21:49:52 +0200 Subject: [PATCH] Mark target as Erlang for now, until Gleam fixes JS binary pattern matching --- gleam.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index df076f0..c3ef832 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,6 +1,7 @@ name = "glentities" -version = "1.0.0" +version = "1.0.1" description = "HTML entity encoder/decoder for Gleam" +target = "erlang" # Fill out these fields if you intend to generate HTML documentation or publish # your project to the Hex package manager.