Skip to content

Commit

Permalink
Bump to v0.1.4 (#13)
Browse files Browse the repository at this point in the history
* Ignore doc files

* Publish release
  • Loading branch information
williamthome authored Aug 12, 2024
1 parent c4cc7b8 commit fcc444f
Show file tree
Hide file tree
Showing 31 changed files with 4 additions and 3,001 deletions.
19 changes: 1 addition & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
.rebar3
_build
_checkouts
_vendor
.eunit
*.o
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
ebin
log
erl_crash.dump
.rebar
logs
.idea
*.iml
doc
rebar3.crashdump
*~
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ The module and function names are exactly the same. Then, when your app supports

```erlang
% rebar.config
{deps, [{json_polyfill, "0.1.3"}]}.
{deps, [{json_polyfill, "0.1.4"}]}.
```

### Elixir

```elixir
# mix.exs
def deps do
[{:json_polyfill, "~> 0.1.3"}]
[{:json_polyfill, "~> 0.1.4"}]
end
```

Expand Down
26 changes: 0 additions & 26 deletions doc/.build

This file was deleted.

162 changes: 0 additions & 162 deletions doc/404.html

This file was deleted.

Loading

0 comments on commit fcc444f

Please sign in to comment.