diff options
-rw-r--r-- | src/meson.build | 2 |
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', |