Skip to content

Commit c137b57

Browse files
committed
bump version to 0.8
1 parent 9ca1852 commit c137b57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ iex> AtomicMap.convert(%{ "a" => [ %{"c" => 1}, %{"c" => 2}] }, safe: true]
2828
1. Add atomic_map to your list of dependencies in `mix.exs`:
2929

3030
def deps do
31-
[{:atomic_map, "~> 0.7"}]
31+
[{:atomic_map, "~> 0.8"}]
3232
end
3333

3434
## Todo:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AtomicMap.Mixfile do
22
use Mix.Project
33

4-
@version "0.7.0"
4+
@version "0.8.0"
55
def project do
66
[app: :atomic_map,
77
version: @version,

0 commit comments

Comments
 (0)