Skip to content

Commit

Permalink
Use 0.1.0 for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Leland committed Jan 21, 2016
1 parent c7ec15f commit 53f4565
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Change Log

### v0.0.1 (2016/01/21)
### v0.1.0 (2016/01/21)
- First release

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To publish a new release:
```elixir
defp package do
[
version: "0.0.1", # <-- bump this
version: "0.1.0", # <-- bump this
files: [
"lib", "mix.exs", "README.md", "CONTRIBUTING.md" # <-- add new files for distro here
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Capabilities include:

```elixir
def deps do
[{:sparkpost, "~> 0.0.1"}]
[{:sparkpost, "~> 0.1.0"}]
end
```

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 SparkPost.Mixfile do

def project do
[app: :sparkpost,
version: "0.0.1",
version: "0.1.0",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 53f4565

Please sign in to comment.