Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpoca committed Feb 5, 2021
1 parent 8c122bb commit e9b902b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add `still` as a dependency in `mix.exs`:
```elixir
def deps do
[
{:still, "~> 0.2.0"}
{:still, "~> 0.2.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion guides/introduction/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add `still` as a dependency in `mix.exs`:
```elixir
def deps do
[
{:still, "~> 0.2.0"}
{:still, "~> 0.2.1"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Still.MixProject do
use Mix.Project

@version "0.2.0"
@version "0.2.1"

def project do
[
Expand Down Expand Up @@ -96,7 +96,7 @@ defmodule Still.MixProject do
"priv/still/*",
"installer/lib/*",
"installer/mix*",
"installer/templates*"
"installer/priv"
]
]
end
Expand Down

0 comments on commit e9b902b

Please sign in to comment.