removing unused wingroup file and then updating for gnome 50 support
Build and Test / build (push) Failing after 20s
Build and Test / release (push) Has been skipped

This commit is contained in:
Lucas Oskorep
2026-06-01 14:15:02 -04:00
parent 75f2f107de
commit e49b923667
3 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"settings-schema": "org.gnome.shell.extensions.aerospike",
"shell-version": [
"48",
"49"
"49",
"50"
],
"gettext-domain": "aerospike@lucaso.io",
"url": "https://gitea.chaosdev.gay/lucasoskorep/aerospike@lucaso.io"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aerospike",
"version": "0.2.2",
"version": "0.2.3",
"description": "Simple, Opinionated Tiling Window Manager for Gnome written in Typescript",
"type": "module",
"private": true,
View File