Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eahanson committed Mar 4, 2024
1 parent fc413fb commit e03b6ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.2.1

- Documentation updates

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This library is MIT licensed and is part of a growing number of Elixir open sour
```elixir
def deps do
[
{:xml_query, "~> 0.1.0"}
{:xml_query, "~> 0.2.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule XmlQuery.MixProject do
use Mix.Project

@scm_url "https://github.com/synchronal/xml_query"
@version "0.2.0"
@version "0.2.1"

def project do
[
Expand Down

0 comments on commit e03b6ce

Please sign in to comment.