aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-03 13:04:41 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-03 13:04:41 +0200
commit44f35f8f3b39892def66a2a0f15d3a261f0be778 (patch)
tree913888bcf9872c7fff30b1f884e13477843eee75
parentc26b54047f3c976ec811ddcf8c3ade6bedf8dada (diff)
-rw-r--r--meson.build2
-rw-r--r--project.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 3b19092..b522488 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.3.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.3.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])
diff --git a/project.conf b/project.conf
index 03308e6..015a6f9 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gsr-ui"
type = "executable"
-version = "1.3.0"
+version = "1.3.1"
platforms = ["posix"]
[lang.cpp]