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: {
|
packages.default = pkgs.buildNpmPackage (finalAttrs: {
|
||||||
pname = name;
|
pname = name;
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [typescript];
|
nativeBuildInputs = with pkgs; [typescript];
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fullscreen-rotate",
|
"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.",
|
"description": "An extension to automatically rotate the screen when a window is fullscreened, useful for GNOME Shell Mobile.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue