Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmries committed Feb 2, 2022
1 parent d631a97 commit 7181117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Ads1115.MixProject do
def project do
[
app: :ads1115,
version: "0.2.0",
version: "0.2.1",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down Expand Up @@ -32,7 +32,7 @@ defmodule Ads1115.MixProject do

defp package do
[
description: "Interact with ADS1115 Analog-to-Digital Chips",
description: "Interact with ADS1115 or ADS1015 Analog-to-Digital Chips",
licenses: ["MIT"],
links: %{
"Github" => "https://github.com/mmmries/ads1115"
Expand Down

0 comments on commit 7181117

Please sign in to comment.