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"