Skip to content

Commit

Permalink
chore: post-release maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Aug 17, 2024
1 parent 625535d commit f11b94a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 54 deletions.
2 changes: 1 addition & 1 deletion build-aux/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: No rights reserved

FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# The packages below only include build tooling; the CI handles testing itself
RUN dnf install -y --setopt=install_weak_deps=False \
Expand Down
51 changes: 0 additions & 51 deletions build-aux/misc/gnome-shell-extension-valent.spec

This file was deleted.

2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

project('gnome-shell-extension-valent',
license: 'GPL-3.0-or-later',
version: '1.0.0.alpha.46',
version: '1.0.0.alpha.47',
meson_version: '>= 0.56.0',
)

Expand Down
2 changes: 1 addition & 1 deletion src/metadata.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "GNOME Shell integration for Valent.\n\nValent is an implementation of the KDE Connect protocol, built on GNOME platform libraries.",
"gettext-domain": "@GETTEXT_DOMAIN@",
"session-modes": ["unlock-dialog", "user"],
"shell-version": ["46"],
"shell-version": ["47"],
"version-name": "@EXTENSION_VERSION@",
"url": "https://valent.andyholmes.ca"
}

0 comments on commit f11b94a

Please sign in to comment.