Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ejpcmac committed Sep 5, 2018
1 parent 70a2705 commit 4c3407e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Thanks to TypedStruct, this is now possible :)
To use TypedStruct in your project, add this to your Mix dependencies:

```elixir
{:typed_struct, "~> 0.1.1"}
{:typed_struct, "~> 0.1.2"}
```

If you do not plan to compile modules using TypedStruct at runtime, you can add
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule TypedStruct.MixProject do
use Mix.Project

@version "0.1.2-dev"
@version "0.1.2"
@repo_url "https://github.com/ejpcmac/typed_struct"

def project do
Expand Down

0 comments on commit 4c3407e

Please sign in to comment.