Current section
22 Versions
Jump to
Current section
22 Versions
Compare versions
3
files changed
+2
additions
-2
deletions
| @@ -2,7 +2,7 @@ | |
| 2 2 | [{<<"GitHub">>,<<"https://github.com/elixir-tools/spitfire">>}, |
| 3 3 | {<<"Sponsor">>,<<"https://github.com/sponsors/mhanberg">>}]}. |
| 4 4 | {<<"name">>,<<"spitfire">>}. |
| 5 | - {<<"version">>,<<"0.3.8">>}. |
| 5 | + {<<"version">>,<<"0.3.9">>}. |
| 6 6 | {<<"description">>,<<"Error resilient parser for Elixir">>}. |
| 7 7 | {<<"elixir">>,<<"~> 1.15">>}. |
| 8 8 | {<<"app">>,<<"spitfire">>}. |
unknownlib/spitfire.ex
File is too large to be displayed (100 KB limit).
| @@ -7,7 +7,7 @@ defmodule Spitfire.MixProject do | |
| 7 7 | [ |
| 8 8 | app: :spitfire, |
| 9 9 | description: "Error resilient parser for Elixir", |
| 10 | - version: "0.3.8", |
| 10 | + version: "0.3.9", |
| 11 11 | elixir: "~> 1.15", |
| 12 12 | start_permanent: Mix.env() == :prod, |
| 13 13 | deps: deps(), |