Skip to content

Commit

Permalink
Bump to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksrobertson committed Jul 15, 2016
1 parent 5bfecf6 commit 681f222
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.11.5">
<title>404 – secure_random v0.4.0</title>
<title>404 – secure_random v0.5.0</title>
<link rel="stylesheet" href="dist/app-ddd9717ad9.css" />

<script src="dist/sidebar_items.js"></script>
Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
secure_random
</h1>
<h2 class="sidebar-projectVersion">
v0.4.0
v0.5.0
</h2>
</div>

Expand Down
10 changes: 5 additions & 5 deletions doc/SecureRandom.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.11.5">
<title>SecureRandom – secure_random v0.4.0</title>
<title>SecureRandom – secure_random v0.5.0</title>
<link rel="stylesheet" href="dist/app-ddd9717ad9.css" />

<script src="dist/sidebar_items.js"></script>
Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
secure_random
</h1>
<h2 class="sidebar-projectVersion">
v0.4.0
v0.5.0
</h2>
</div>

Expand Down Expand Up @@ -60,7 +60,7 @@ <h2 class="sidebar-projectVersion">


<h1>
<small class="visible-xs">secure_random v0.4.0</small>
<small class="visible-xs">secure_random v0.5.0</small>
SecureRandom


Expand Down Expand Up @@ -140,7 +140,7 @@ <h2>
<a href="#uuid/0">uuid()</a>
</div>

<div class="summary-synopsis"><p>Returns UUID v4 string</p>
<div class="summary-synopsis"><p>Returns UUID v4 string. I have lifted most of this straight from Ecto’s implementation</p>
</div>

</div>
Expand Down Expand Up @@ -255,7 +255,7 @@ <h2>Examples</h2>
</div>

<section class="docstring">
<p>Returns UUID v4 string.</p>
<p>Returns UUID v4 string. I have lifted most of this straight from Ecto’s implementation.</p>
<h2>Examples</h2>
<p> iex&gt; SecureRandom.uuid
“e1d87f6e-fbd5-6801-9528-a1d568c1fd02”</p>
Expand Down
6 changes: 3 additions & 3 deletions doc/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.11.5">
<title>API Reference – secure_random v0.4.0</title>
<title>API Reference – secure_random v0.5.0</title>
<link rel="stylesheet" href="dist/app-ddd9717ad9.css" />

<script src="dist/sidebar_items.js"></script>
Expand All @@ -28,7 +28,7 @@ <h1 class="sidebar-projectName">
secure_random
</h1>
<h2 class="sidebar-projectVersion">
v0.4.0
v0.5.0
</h2>
</div>

Expand Down Expand Up @@ -59,7 +59,7 @@ <h2 class="sidebar-projectVersion">
<div id="content" class="content-inner">

<h1>
<small class="visible-xs">secure_random v0.4.0</small>
<small class="visible-xs">secure_random v0.5.0</small>
API Reference
</h1>

Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>secure_random v0.4.0 – Documentation</title>
<title>secure_random v0.5.0 – Documentation</title>
<meta http-equiv="refresh" content="0; url=api-reference.html">
<meta name="robots" content="noindex">
<meta name="generator" content="ExDoc v0.11.5">
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule SecureRandom.Mixfile do

def project do
[app: :secure_random,
version: "0.4.0",
version: "0.5.0",
elixir: "~> 1.2",
deps: deps,
description: "A convienance library based on Ruby's SecureRandom",
Expand Down

0 comments on commit 681f222

Please sign in to comment.