1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

update version

This commit is contained in:
Sebastian Gumprich 2017-07-26 20:52:36 +02:00
parent 7f821cf8fb
commit ac4780c887
2 changed files with 7 additions and 1 deletions

View file

@ -56,6 +56,12 @@ GOOGLE_ANALYTICS_APP_ID=
INTERCOM_APP_ID=
SENTRY_APP_ID=
# Send a daily ping to https://version.monicahq.com to check if a new version
# is available. When a new version is detected, you will have a message in the
# UI, as well as the release notes for the new changes. Can be true or false.
# Default to true.
CHECK_VERSION=false
# Have access to paid features available on https://monicahq.com, for free.
# Can be true or false. Default to false.
# If set to true, that means your users will have to pay to access the paid

View file

@ -3,7 +3,7 @@
#
# monica git version
VERSION="v0.4.2"
VERSION="v0.5.0"
# Remote URL to fetch monica source tarball
MONICA_SOURCE_URL="https://github.com/monicahq/monica/archive/${VERSION}.tar.gz"