Elixir ATProtocol ingestion and sync library.
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update version in README

+1 -1
+1 -1
README.md
··· 18 18 ```elixir 19 19 def deps do 20 20 [ 21 - {:drinkup, "~> 0.1"} 21 + {:drinkup, "~> 0.2"} 22 22 ] 23 23 end 24 24 ```