summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-05-19 13:18:08 +0200
committerkotontrion <[email protected]>2024-05-19 13:18:08 +0200
commit29b88078f8426f8a7cf0a19cde3d906f4e4e1913 (patch)
tree1c857f350d38a1acfedb0c3b7af713f967824290 /src
parent30b7ccfe9048560989c37bd3e00ff81d16919d55 (diff)
fix gir version
Diffstat (limited to 'src')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 6f41487..4f7fca8 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -24,7 +24,7 @@ if get_option('introspection')
gir = gnome.generate_gir(
astal_auth_lib,
sources : srcs + astal_auth_headers,
- nsversion : '1.0',
+ nsversion : '0.1',
namespace : 'AstalAuth',
symbol_prefix : 'astal_auth',
identifier_prefix : 'AstalAuth',