Bump version
This commit is contained in:
parent
f4e1369b5d
commit
0be306211a
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
packages.default = pkgs.buildNpmPackage (finalAttrs: {
|
||||
pname = name;
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
src = ./.;
|
||||
|
||||
nativeBuildInputs = with pkgs; [typescript];
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue