Skip to content

Commit

Permalink
Release v0.2.0 .
Browse files Browse the repository at this point in the history
  • Loading branch information
kzemek committed Apr 28, 2024
1 parent b33275e commit 1865026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ end

def deps do
[
{:es6_maps, "~> 0.1.0", runtime: false}
{:es6_maps, "~> 0.2.0", runtime: false}
]
end
```
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 Es6Maps.MixProject do
def project do
[
app: :es6_maps,
version: "0.1.0",
version: "0.2.0",
description: "Shorthand syntax for Elixir maps: `%{foo, bar} = map; IO.puts(foo)`",
package: [
links: %{"GitHub" => "https://github.com/kzemek/es6_maps"},
Expand Down
2 changes: 1 addition & 1 deletion test/es6_maps_test/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Es6MapsTest.MixProject do
def project do
[
app: :es6_maps_test,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.16",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:es6_maps | Mix.compilers()],
Expand Down

0 comments on commit 1865026

Please sign in to comment.