From bb1ecb0a099a8415f08e1718f93ebec5d3a143f3 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sun, 2 Jul 2017 15:23:42 +0200 Subject: [PATCH] update version --- README.md | 5 +++++ scripts/_common.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c56d86a..8323ee4 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ Personal Relationship Manager - a new kind of CRM to organize interactions with * This is due to a limitation in monica, not yunohost! * See [here](https://github.com/monicahq/monica/issues/139) for the current progress. * [x] make root domain redirect to index.php + + +## Notes for Upgrading + +* Check for changes in .env diff --git a/scripts/_common.sh b/scripts/_common.sh index fcdc367..2f5db21 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ # # monica git version -VERSION="597991d" +VERSION="ffbf92c" # Remote URL to fetch monica source tarball MONICA_SOURCE_URL="https://github.com/monicahq/monica/archive/${VERSION}.tar.gz"