diff --git a/flake.nix b/flake.nix index 063e873..9759202 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ packages.default = pkgs.buildNpmPackage (finalAttrs: { pname = name; - version = "1.0.0"; + version = "1.0.1"; src = ./.; nativeBuildInputs = with pkgs; [typescript]; diff --git a/package.json b/package.json index 65c923f..7e0aea0 100644 --- a/package.json +++ b/package.json @@ -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,