We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db5910 commit c326c91Copy full SHA for c326c91
README.md
@@ -19,7 +19,7 @@ in `mix.exs`:
19
20
```elixir
21
def deps do
22
- [{:jason, "~> 1.1"}]
+ [{:jason, "~> 1.2"}]
23
end
24
```
25
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Jason.Mixfile do
2
use Mix.Project
3
4
- @version "1.1.2"
+ @version "1.2.0"
5
6
def project() do
7
[
0 commit comments