Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit fb50144

Browse files
committed
Version 0.0.20
1 parent 85bb9fd commit fb50144

25 files changed

+366
-91
lines changed

Find Results

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Searching 154 files for "0.0.19" (case sensitive)
2+
3+
/Users/jh/Code/Elixir/thesis/mix.exs:
4+
1 defmodule Thesis.Mixfile do
5+
2 use Mix.Project
6+
3: @version "0.0.19" # REMEMBER TO UPDATE package.json and both READMEs!
7+
4
8+
5 def project do
9+
10+
/Users/jh/Code/Elixir/thesis/package.json:
11+
1 {
12+
2 "name": "thesis",
13+
3: "version": "0.0.19-dev",
14+
4 "main": "./priv/static/thesis.js",
15+
5 "repository": {},
16+
17+
/Users/jh/Code/Elixir/thesis/README.md:
18+
31 ```elixir
19+
32 def deps do
20+
33: [{:thesis, "~> 0.0.19"}]
21+
34 end
22+
35
23+
24+
/Users/jh/Code/Elixir/thesis/README_INSTALL.md:
25+
7 ```elixir
26+
8 def deps do
27+
9: [{:thesis, "~> 0.0.19"}]
28+
10 end
29+
11
30+
31+
4 matches across 4 files

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _If you are having problems, view `README_INSTALL.md` for manual instructions._
3030

3131
```elixir
3232
def deps do
33-
[{:thesis, "~> 0.0.19"}]
33+
[{:thesis, "~> 0.0.20"}]
3434
end
3535

3636
def application do

README_INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For automatic setup, see `README.md`.
66

77
```elixir
88
def deps do
9-
[{:thesis, "~> 0.0.19"}]
9+
[{:thesis, "~> 0.0.20"}]
1010
end
1111

1212
def application do

doc/404.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.12.0">
8-
<title>404 – thesis v0.0.19</title>
9-
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
7+
<meta name="generator" content="ExDoc v0.13.0">
8+
<title>404 – thesis v0.0.20</title>
9+
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
1010

1111
<link rel="canonical" href="https://hexdocs.pm/thesis/404.html" />
1212

1313
<script src="dist/sidebar_items.js"></script>
1414
</head>
1515
<body data-type="extras">
16+
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script>
1617

1718
<div class="main">
1819
<button class="sidebar-toggle">
@@ -27,7 +28,7 @@ <h1 class="sidebar-projectName">
2728
thesis
2829
</h1>
2930
<h2 class="sidebar-projectVersion">
30-
v0.0.19
31+
v0.0.20
3132
</h2>
3233
</div>
3334

@@ -70,7 +71,7 @@ <h2>Page not found</h2>
7071
<p>
7172
<span class="line">
7273
Built using
73-
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.12.0),
74+
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
7475
</span>
7576
<span class="line">
7677
designed by

doc/Mix.Tasks.Thesis.Install.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.12.0">
8-
<title>Mix.Tasks.Thesis.Install – thesis v0.0.19</title>
9-
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
7+
<meta name="generator" content="ExDoc v0.13.0">
8+
<title>Mix.Tasks.Thesis.Install – thesis v0.0.20</title>
9+
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
1010

1111
<link rel="canonical" href="https://hexdocs.pm/thesis/Mix.Tasks.Thesis.Install.html" />
1212

1313
<script src="dist/sidebar_items.js"></script>
1414
</head>
1515
<body data-type="modules">
16+
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script>
1617

1718
<div class="main">
1819
<button class="sidebar-toggle">
@@ -27,7 +28,7 @@ <h1 class="sidebar-projectName">
2728
thesis
2829
</h1>
2930
<h2 class="sidebar-projectVersion">
30-
v0.0.19
31+
v0.0.20
3132
</h2>
3233
</div>
3334

@@ -60,7 +61,7 @@ <h2 class="sidebar-projectVersion">
6061

6162

6263
<h1>
63-
<small class="visible-xs">thesis v0.0.19</small>
64+
<small class="visible-xs">thesis v0.0.20</small>
6465
Mix.Tasks.Thesis.Install
6566

6667

@@ -98,7 +99,7 @@ <h1>
9899
<p>
99100
<span class="line">
100101
Built using
101-
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.12.0),
102+
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
102103
</span>
103104
<span class="line">
104105
designed by

doc/Thesis.Auth.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.12.0">
8-
<title>Thesis.Auth – thesis v0.0.19</title>
9-
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
7+
<meta name="generator" content="ExDoc v0.13.0">
8+
<title>Thesis.Auth – thesis v0.0.20</title>
9+
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
1010

1111
<link rel="canonical" href="https://hexdocs.pm/thesis/Thesis.Auth.html" />
1212

1313
<script src="dist/sidebar_items.js"></script>
1414
</head>
1515
<body data-type="modules">
16+
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script>
1617

1718
<div class="main">
1819
<button class="sidebar-toggle">
@@ -27,7 +28,7 @@ <h1 class="sidebar-projectName">
2728
thesis
2829
</h1>
2930
<h2 class="sidebar-projectVersion">
30-
v0.0.19
31+
v0.0.20
3132
</h2>
3233
</div>
3334

@@ -60,7 +61,7 @@ <h2 class="sidebar-projectVersion">
6061

6162

6263
<h1>
63-
<small class="visible-xs">thesis v0.0.19</small>
64+
<small class="visible-xs">thesis v0.0.20</small>
6465
Thesis.Auth
6566

6667
<small>behaviour</small>
@@ -177,7 +178,7 @@ <h4 class="specs-title">Specs</h4>
177178
<p>
178179
<span class="line">
179180
Built using
180-
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.12.0),
181+
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
181182
</span>
182183
<span class="line">
183184
designed by

doc/Thesis.Controller.Plug.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.12.0">
8-
<title>Thesis.Controller.Plug – thesis v0.0.19</title>
9-
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
7+
<meta name="generator" content="ExDoc v0.13.0">
8+
<title>Thesis.Controller.Plug – thesis v0.0.20</title>
9+
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
1010

1111
<link rel="canonical" href="https://hexdocs.pm/thesis/Thesis.Controller.Plug.html" />
1212

1313
<script src="dist/sidebar_items.js"></script>
1414
</head>
1515
<body data-type="modules">
16+
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script>
1617

1718
<div class="main">
1819
<button class="sidebar-toggle">
@@ -27,7 +28,7 @@ <h1 class="sidebar-projectName">
2728
thesis
2829
</h1>
2930
<h2 class="sidebar-projectVersion">
30-
v0.0.19
31+
v0.0.20
3132
</h2>
3233
</div>
3334

@@ -60,7 +61,7 @@ <h2 class="sidebar-projectVersion">
6061

6162

6263
<h1>
63-
<small class="visible-xs">thesis v0.0.19</small>
64+
<small class="visible-xs">thesis v0.0.20</small>
6465
Thesis.Controller.Plug
6566

6667

@@ -155,7 +156,7 @@ <h1 class="section-heading">
155156
<p>
156157
<span class="line">
157158
Built using
158-
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.12.0),
159+
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
159160
</span>
160161
<span class="line">
161162
designed by

doc/Thesis.Controller.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.12.0">
8-
<title>Thesis.Controller – thesis v0.0.19</title>
9-
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
7+
<meta name="generator" content="ExDoc v0.13.0">
8+
<title>Thesis.Controller – thesis v0.0.20</title>
9+
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
1010

1111
<link rel="canonical" href="https://hexdocs.pm/thesis/Thesis.Controller.html" />
1212

1313
<script src="dist/sidebar_items.js"></script>
1414
</head>
1515
<body data-type="modules">
16+
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script>
1617

1718
<div class="main">
1819
<button class="sidebar-toggle">
@@ -27,7 +28,7 @@ <h1 class="sidebar-projectName">
2728
thesis
2829
</h1>
2930
<h2 class="sidebar-projectVersion">
30-
v0.0.19
31+
v0.0.20
3132
</h2>
3233
</div>
3334

@@ -60,7 +61,7 @@ <h2 class="sidebar-projectVersion">
6061

6162

6263
<h1>
63-
<small class="visible-xs">thesis v0.0.19</small>
64+
<small class="visible-xs">thesis v0.0.20</small>
6465
Thesis.Controller
6566

6667

@@ -100,7 +101,7 @@ <h1>
100101
<p>
101102
<span class="line">
102103
Built using
103-
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.12.0),
104+
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
104105
</span>
105106
<span class="line">
106107
designed by

doc/Thesis.EctoStore.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="ExDoc v0.12.0">
8-
<title>Thesis.EctoStore – thesis v0.0.19</title>
9-
<link rel="stylesheet" href="dist/app-88251e7c81.css" />
7+
<meta name="generator" content="ExDoc v0.13.0">
8+
<title>Thesis.EctoStore – thesis v0.0.20</title>
9+
<link rel="stylesheet" href="dist/app-9c1e3d5aa2.css" />
1010

1111
<link rel="canonical" href="https://hexdocs.pm/thesis/Thesis.EctoStore.html" />
1212

1313
<script src="dist/sidebar_items.js"></script>
1414
</head>
1515
<body data-type="modules">
16+
<script>if(localStorage.getItem('night-mode')) document.body.className += ' night-mode';</script>
1617

1718
<div class="main">
1819
<button class="sidebar-toggle">
@@ -27,7 +28,7 @@ <h1 class="sidebar-projectName">
2728
thesis
2829
</h1>
2930
<h2 class="sidebar-projectVersion">
30-
v0.0.19
31+
v0.0.20
3132
</h2>
3233
</div>
3334

@@ -60,7 +61,7 @@ <h2 class="sidebar-projectVersion">
6061

6162

6263
<h1>
63-
<small class="visible-xs">thesis v0.0.19</small>
64+
<small class="visible-xs">thesis v0.0.20</small>
6465
Thesis.EctoStore
6566

6667

@@ -197,7 +198,7 @@ <h1 class="section-heading">
197198
<p>
198199
<span class="line">
199200
Built using
200-
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.12.0),
201+
<a href="https://github.com/elixir-lang/ex_doc" title="ExDoc" rel="help" target="_blank">ExDoc</a> (v0.13.0),
201202
</span>
202203
<span class="line">
203204
designed by

0 commit comments

Comments
 (0)