From 1328dff7d6a69029d131717327750da3fa0b60e4 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 19 Mar 2024 19:32:59 -0700 Subject: [PATCH] Bumped version; added link to donation receipts --- README.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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,