Skip to content

Commit c326c91

Browse files
committed
Bump version
1 parent 4db5910 commit c326c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ in `mix.exs`:
1919

2020
```elixir
2121
def deps do
22-
[{:jason, "~> 1.1"}]
22+
[{:jason, "~> 1.2"}]
2323
end
2424
```
2525

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Jason.Mixfile do
22
use Mix.Project
33

4-
@version "1.1.2"
4+
@version "1.2.0"
55

66
def project() do
77
[

0 commit comments

Comments
 (0)