Skip to content

Commit

Permalink
v0.10.26
Browse files Browse the repository at this point in the history
  • Loading branch information
aforward committed Oct 21, 2017
1 parent 67d1751 commit dada1cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ versionning](http://semver.org/), [Spec-ulation from Rich Hickey](https://www.yo

```elixir
@deps [
{:version_tasks, "~> 0.10.25"}
{:version_tasks, "~> 0.10.26"}
]
```

Expand Down Expand Up @@ -159,7 +159,7 @@ alternative to mix new. [A video explaining mix gen and mix template](https://p
And your `README.md` SHOULD HAVE an installation section as follows:

@deps [
{:your_app_name, "~> 0.10.25"} # <-- that's the important line to have
{:your_app_name, "~> 0.10.26"} # <-- that's the important line to have
]

### Git Interaction Tasks
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule VersionTasks.Mixfile do
@app :version_tasks
@git_url "https://github.com/aforward/version_tasks"
@home_url @git_url
@version "0.10.25"
@version "0.10.26"

@deps [
{:mix_test_watch, "~> 0.3", only: :dev, runtime: false},
Expand Down

0 comments on commit dada1cc

Please sign in to comment.