Skip to content

Commit c736fde

Browse files
committed
bump version to 1.0.0 as I have confirmed this is working in: dwyl/phoenix-content-negotiation-tutorial#5 #1
1 parent 1ff6613 commit c736fde

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,12 @@ e.g:
117117
<br />
118118

119119
You can either create a brand new controller,
120-
or use an existing one if you prefer.
120+
or use an existing one if you prefer. <br />
121121
We've created a new controller for clarity/separation.
122122

123123

124+
### 3.b Create the Corresponding Test (Optional+Recommended)
125+
124126

125127
## 4. Add a `GIF` to the `README.md` of the Heroku App
126128

@@ -150,6 +152,6 @@ doesn't see an error in their console/browser.
150152

151153

152154

153-
Documentation available at
155+
Docs available at
154156
[https://hexdocs.pm/ping](https://hexdocs.pm/ping).
155157
But there's really not much to it.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Ping.MixProject do
44
def project do
55
[
66
app: :ping,
7-
version: "0.1.1",
7+
version: "1.0.0",
88
elixir: "~> 1.10",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)