Bump version

This commit is contained in:
Henry Hiles 2025-08-12 17:28:51 -04:00
commit 0be306211a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
packages.default = pkgs.buildNpmPackage (finalAttrs: {
pname = name;
version = "1.0.0";
version = "1.0.1";
src = ./.;
nativeBuildInputs = with pkgs; [typescript];

View file

@ -1,6 +1,6 @@
{
"name": "fullscreen-rotate",
"version": "1.0.0",
"version": "1.0.1",
"description": "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.",
"type": "module",
"private": true,