diff --git a/README.md b/README.md index c40fdf4..69c55ea 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is alpha software and anything can break at any time. I make not guarantees about the stability of this software, forward-compatibility of updates, or integrity (both related to and independent of Pinchflat). Essentially, use at your own risk and expect there will be rough edges. +## EFF Donation Receipts + +A portion of all donations to Pinchflat will be donated to the Electronic Frontier Foundation. [See here](https://github.com/kieraneglin/pinchflat/wiki/EFF-Donation-Receipts) for a list of donation receipts. + ## What is Pinchflat? TODO: expand on this. diff --git a/mix.exs b/mix.exs index c773571..6de5b50 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pinchflat.MixProject do def project do [ app: :pinchflat, - version: "0.1.0-alpha.5", + version: "0.1.0-alpha.6", elixir: "~> 1.16", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,