We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadb08a commit bb38194Copy full SHA for bb38194
mix.exs
@@ -4,7 +4,7 @@ defmodule Json5.MixProject do
4
def project do
5
[
6
app: :json5,
7
- version: "0.3.2",
+ version: "0.4.0",
8
elixir: "~> 1.14",
9
description: "Json5 in Elixir",
10
start_permanent: Mix.env() == :prod,
0 commit comments