diff --git a/elm.json b/elm.json index 95a4894..cf887a0 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "feral-dot-io/protoc-gen-elmer", "summary": "Support library for Protobuf to Elm codegen. Builds on elm-protocol-buffers", "license": "LGPL-3.0", - "version": "1.0.0", + "version": "1.0.1", "exposed-modules": [ "Protobuf.Elmer", "Protobuf.ElmerTests" @@ -17,4 +17,4 @@ "eriktim/elm-protocol-buffers": "1.1.0 <= v < 2.0.0" }, "test-dependencies": {} -} \ No newline at end of file +}