Update project version and help URL

This commit is contained in:
0xmrtt 2024-02-25 14:20:46 +01:00
parent 78958fd18e
commit b6151c1581
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
project('bavarder',
version: '1.0.0',
version: '1.1.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
@ -11,7 +11,7 @@ python = import('python')
# Constants
PROJECT_RDNN_NAME = 'io.github.Bavarder.Bavarder'
BUGTRACKER_URL = 'https://codeberg.org/Bavarder/Bavarder/issues'
HELP_URL = 'https://matrix.to/#/#bavarder:projectsegfau.lt'
HELP_URL = 'https://matrix.to/#/#bavarder:envs.net'
TRANSLATE_URL = 'https://translate.codeberg.org/engage/bavarder/'
PROJECT_URL = 'https://bavarder.codeberg.page'