diff --git a/Doxyfile b/Doxyfile index dc2c649..2f3a21f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = AntWare # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.0.0 +PROJECT_NUMBER = 2.1.4 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/io.github.yamanqd.antware.metainfo.xml b/io.github.yamanqd.antware.metainfo.xml index a128b58..b7a1030 100644 --- a/io.github.yamanqd.antware.metainfo.xml +++ b/io.github.yamanqd.antware.metainfo.xml @@ -38,6 +38,12 @@ + + +

Reset camera on level start.

+
+
+

Launches game in fullscreen mode by default.

diff --git a/meson.build b/meson.build index 4dcbe01..9ca2664 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('antware', 'cpp', license: 'GPL-3.0-or-later', - version: '2.1.3', + version: '2.1.4', default_options: ['warning_level=3','default_library=static']) glew_dep = dependency('glew')