Skip to content

Commit 85d0347

Browse files
committed
Bump to v0.2
1 parent f05c718 commit 85d0347

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ The module and function names are exactly the same. Then, when your app supports
1212

1313
```erlang
1414
% rebar.config
15-
{deps, [{json_polyfill, "0.1.4"}]}.
15+
{deps, [{json_polyfill, "0.2"}]}.
1616
```
1717

1818
### Elixir
1919

2020
```elixir
2121
# mix.exs
2222
def deps do
23-
[{:json_polyfill, "~> 0.1.4"}]
23+
[{:json_polyfill, "~> 0.2"}]
2424
end
2525
```
2626

src/json_polyfill.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, json_polyfill, [
22
{description, "A polyfill for the OTP json module (EEP68)"},
3-
{vsn, "0.1.4"},
3+
{vsn, "0.2"},
44
{registered, []},
55
{applications, [
66
kernel,

0 commit comments

Comments
 (0)