Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nthock committed Dec 17, 2024
1 parent 037ec6a commit 313ca96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Simple QR Code Generator written in Elixir with no other dependencies.
```elixir
def deps do
[
{:eqrcode, "~> 0.1.10"}
{:eqrcode, "~> 0.2.0"}
]
end
```
Expand Down Expand Up @@ -105,7 +105,7 @@ We reused most of the code from [sunboshan/qrcode](https://github.com/sunboshan/

## Copyright and License

Copyright (c) 2014 Silicon Jungles
Copyright (c) 2024 Silicon Jungles

This library is released under the MIT License. See the
[LICENSE.md](./LICENSE.md) file.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EQRCode.MixProject do
use Mix.Project

@source_url "https://github.com/SiliconJungles/eqrcode"
@version "0.1.10"
@version "0.2.0"

def project do
[
Expand All @@ -28,7 +28,7 @@ defmodule EQRCode.MixProject do
[
description: "Simple QRCode Generator in Elixir",
licenses: ["MIT"],
maintainers: ["siliconavengers"],
maintainers: ["siliconavengers", "nthock"],
links: %{
"GitHub" => @source_url
}
Expand Down

0 comments on commit 313ca96

Please sign in to comment.