tangled
alpha
login
or
join now
comet.sh
/
drinkup
7
fork
atom
Elixir ATProtocol ingestion and sync library.
7
fork
atom
overview
issues
pulls
pipelines
docs: update version in README
ovyerus.com
1 month ago
3e09b35e
a6af5ba7
verified
This commit was signed with the committer's
known signature
.
ovyerus.com
SSH Key Fingerprint:
SHA256:mXbp9WNBIT0nRNe28t2hrxfSwnSX7UBeW2DVlIyf0uw=
+1
-1
1 changed file
expand all
collapse all
unified
split
README.md
+1
-1
README.md
···
18
18
```elixir
19
19
def deps do
20
20
[
21
21
-
{:drinkup, "~> 0.1"}
21
21
+
{:drinkup, "~> 0.2"}
22
22
]
23
23
end
24
24
```