Skip to content

Commit

Permalink
Bump to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksrobertson committed Oct 8, 2015
1 parent e33237a commit 7ae5a72
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Will accept PR's to flesh out further.
Add this to your mix.exs:
```elixir
defp deps do
[{:secure_random, "~> 0.1"}]
[{:secure_random, "~> 0.2"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion doc/SecureRandom.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</script>

<section id="content">
<div class="breadcrumbs">secure_random v0.1.1 &rarr; <a href="overview.html">Overview</a> &rarr; <a href="SecureRandom.html">SecureRandom</a></div>
<div class="breadcrumbs">secure_random v0.2.0 &rarr; <a href="overview.html">Overview</a> &rarr; <a href="SecureRandom.html">SecureRandom</a></div>
<h1>
SecureRandom

Expand Down
2 changes: 1 addition & 1 deletion doc/exceptions_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<section id="content">
<h1 id="full_list_header">

secure_random v0.1.1
secure_random v0.2.0

</h1>

Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>secure_random v0.1.1 Documentation</title>
<title>secure_random v0.2.0 Documentation</title>
</head>
<frameset cols="20%,*">
<frame name="list" src="modules_list.html" />
Expand Down
2 changes: 1 addition & 1 deletion doc/modules_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<section id="content">
<h1 id="full_list_header">

secure_random v0.1.1
secure_random v0.2.0

</h1>

Expand Down
4 changes: 2 additions & 2 deletions doc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
</script>

<section id="content">
<div class="breadcrumbs">secure_random v0.1.1 &rarr; <a href="overview.html">Overview</a></div>
<div class="breadcrumbs">secure_random v0.2.0 &rarr; <a href="overview.html">Overview</a></div>

<h1>secure_random v0.1.1</h1>
<h1>secure_random v0.2.0</h1>

<ul class="summary_links">

Expand Down
2 changes: 1 addition & 1 deletion doc/protocols_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<section id="content">
<h1 id="full_list_header">

secure_random v0.1.1
secure_random v0.2.0

</h1>

Expand Down
4 changes: 2 additions & 2 deletions 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.1.1",
version: "0.2.0",
elixir: "~> 1.0",
deps: deps,
description: "A convienance library based on Ruby's SecureRandom",
Expand All @@ -19,7 +19,7 @@ defmodule SecureRandom.Mixfile do
end

defp package do
[contributors: ["Patrick Robertson"],
[maintainers: ["Patrick Robertson"],
licenses: ["Apache 2.0"],
links: %{github: "https://github.com/patricksrobertson/secure_random.ex"}]
end
Expand Down

0 comments on commit 7ae5a72

Please sign in to comment.