Skip to content

Commit f5f4e80

Browse files
authored
Bump to 0.1.3 (#8)
* Prepare for release * Publish to hex.pm
1 parent 48e9c6a commit f5f4e80

File tree

12 files changed

+106
-106
lines changed

12 files changed

+106
-106
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.2"}]}.
15+
{deps, [{json_polyfill, "0.1.3"}]}.
1616
```
1717

1818
### Elixir
1919

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

doc/.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dist/lato-latin-ext-300-normal-VPGGJKJL.woff2
1717
dist/lato-latin-ext-400-normal-N27NCBWW.woff2
1818
dist/lato-latin-ext-700-normal-Q2L5DVMW.woff2
1919
dist/remixicon-NKANDIL5.woff2
20-
dist/search_data-AD9CAD76.js
20+
dist/search_data-F008EA03.js
2121
dist/sidebar_items-C63BFE8B.js
2222
index.html
2323
json.html

doc/404.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="ExDoc v0.32.2">
8-
<meta name="project" content="json_polyfill v0.1.2">
8+
<meta name="project" content="json_polyfill v0.1.3">
99

1010

1111
<meta name="robots" content="noindex">
1212

13-
<title>404 — json_polyfill v0.1.2</title>
13+
<title>404 — json_polyfill v0.1.3</title>
1414
<link rel="stylesheet" href="dist/html-erlang-EBZIIHAS.css" />
1515

1616

@@ -53,7 +53,7 @@
5353
json_polyfill
5454
</a>
5555
<div class="sidebar-projectVersion" translate="no">
56-
v0.1.2
56+
v0.1.3
5757
</div>
5858
</div>
5959
</div>
@@ -126,9 +126,9 @@ <h1>
126126
<p>
127127

128128
<span class="line">
129-
<a href="https://hex.pm/packages/json_polyfill/0.1.2" class="footer-hex-package">Hex Package</a>
129+
<a href="https://hex.pm/packages/json_polyfill/0.1.3" class="footer-hex-package">Hex Package</a>
130130

131-
<a href="https://preview.hex.pm/preview/json_polyfill/0.1.2">Hex Preview</a>
131+
<a href="https://preview.hex.pm/preview/json_polyfill/0.1.3">Hex Preview</a>
132132

133133
</span>
134134

doc/api-reference.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="ExDoc v0.32.2">
8-
<meta name="project" content="json_polyfill v0.1.2">
8+
<meta name="project" content="json_polyfill v0.1.3">
99

1010

11-
<title>API Reference — json_polyfill v0.1.2</title>
11+
<title>API Reference — json_polyfill v0.1.3</title>
1212
<link rel="stylesheet" href="dist/html-erlang-EBZIIHAS.css" />
1313

1414

@@ -51,7 +51,7 @@
5151
json_polyfill
5252
</a>
5353
<div class="sidebar-projectVersion" translate="no">
54-
v0.1.2
54+
v0.1.3
5555
</div>
5656
</div>
5757
</div>
@@ -119,7 +119,7 @@ <h1>
119119
</a>
120120

121121

122-
<span>API Reference <small class="app-vsn">json_polyfill v0.1.2</small></span>
122+
<span>API Reference <small class="app-vsn">json_polyfill v0.1.3</small></span>
123123
</h1>
124124

125125

@@ -167,9 +167,9 @@ <h2 id="modules" class="section-heading">
167167
<p>
168168

169169
<span class="line">
170-
<a href="https://hex.pm/packages/json_polyfill/0.1.2" class="footer-hex-package">Hex Package</a>
170+
<a href="https://hex.pm/packages/json_polyfill/0.1.3" class="footer-hex-package">Hex Package</a>
171171

172-
<a href="https://preview.hex.pm/preview/json_polyfill/0.1.2">Hex Preview</a>
172+
<a href="https://preview.hex.pm/preview/json_polyfill/0.1.3">Hex Preview</a>
173173

174174
</span>
175175

doc/dist/search_data-AD9CAD76.js renamed to doc/dist/search_data-F008EA03.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>json_polyfill v0.1.2 — Documentation</title>
5+
<title>json_polyfill v0.1.3 — Documentation</title>
66
<meta http-equiv="refresh" content="0; url=readme.html">
77
<meta name="generator" content="ExDoc v0.32.2">
88
</head>

doc/json.html

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

doc/json_polyfill.epub

6 Bytes
Binary file not shown.

doc/license.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="ExDoc v0.32.2">
8-
<meta name="project" content="json_polyfill v0.1.2">
8+
<meta name="project" content="json_polyfill v0.1.3">
99

1010

11-
<title>License — json_polyfill v0.1.2</title>
11+
<title>License — json_polyfill v0.1.3</title>
1212
<link rel="stylesheet" href="dist/html-erlang-EBZIIHAS.css" />
1313

1414

@@ -51,7 +51,7 @@
5151
json_polyfill
5252
</a>
5353
<div class="sidebar-projectVersion" translate="no">
54-
v0.1.2
54+
v0.1.3
5555
</div>
5656
</div>
5757
</div>
@@ -113,7 +113,7 @@
113113
<div id="top-content">
114114
<h1>
115115

116-
<a href="https://github.com/williamthome/json_polyfill/blob/v0.1.2/LICENSE.md#L1" title="View Source" class="icon-action" rel="help">
116+
<a href="https://github.com/williamthome/json_polyfill/blob/v0.1.3/LICENSE.md#L1" title="View Source" class="icon-action" rel="help">
117117
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
118118
<span class="sr-only">View Source</span>
119119
</a>
@@ -306,11 +306,11 @@ <h1>
306306
<p>
307307

308308
<span class="line">
309-
<a href="https://hex.pm/packages/json_polyfill/0.1.2" class="footer-hex-package">Hex Package</a>
309+
<a href="https://hex.pm/packages/json_polyfill/0.1.3" class="footer-hex-package">Hex Package</a>
310310

311-
<a href="https://preview.hex.pm/preview/json_polyfill/0.1.2">Hex Preview</a>
311+
<a href="https://preview.hex.pm/preview/json_polyfill/0.1.3">Hex Preview</a>
312312

313-
(<a href="https://preview.hex.pm/preview/json_polyfill/0.1.2/show/LICENSE.md">current file</a>)
313+
(<a href="https://preview.hex.pm/preview/json_polyfill/0.1.3/show/LICENSE.md">current file</a>)
314314

315315
</span>
316316

0 commit comments

Comments
 (0)