Skip to content

Commit b04d0ed

Browse files
committed
Release v0.2.2 .
1 parent 8f921f1 commit b04d0ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ end
3535

3636
def deps do
3737
[
38-
{:es6_maps, "~> 0.2.1", runtime: false}
38+
{:es6_maps, "~> 0.2.2", runtime: false}
3939
]
4040
end
4141
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Es6Maps.MixProject do
44
def project do
55
[
66
app: :es6_maps,
7-
version: "0.2.1",
7+
version: "0.2.2",
88
description: "Shorthand syntax for Elixir maps: `%{foo, bar} = map; IO.puts(foo)`",
99
package: [
1010
links: %{"GitHub" => "https://github.com/kzemek/es6_maps"},

test/es6_maps_test/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Es6MapsTest.MixProject do
44
def project do
55
[
66
app: :es6_maps_test,
7-
version: "0.2.1",
7+
version: "0.2.2",
88
elixir: "~> 1.16",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:es6_maps | Mix.compilers()],

0 commit comments

Comments
 (0)