Skip to content

Commit

Permalink
Update nody-greeter version
Browse files Browse the repository at this point in the history
  • Loading branch information
JezerM committed Jul 14, 2024
1 parent cc664b2 commit 1e8c121
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Themes working in **web-greeter** should work also here. All themes shipped with

### Build dependencies

- Node.js (v12, v14 and v16 are supported)
- Node.js (v18 supported)
- Python 3
- base-devel (build-essentials)

Expand Down Expand Up @@ -129,7 +129,7 @@ Check `nody-greeter --help` for more commands.

### node-gyp fails on `npm run rebuild`

> Supported Node.js versions: 12, 14, 15, 16 (other versions should work but are untested)
> Supported Node.js versions: 16, 18 (other versions should work but are untested)
Make sure you are using a [node-gtk][node-gtk] supported Node.js version.

Expand Down
4 changes: 2 additions & 2 deletions build/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: nody-greeter
Version: 1.5.2
Version: 1.6.0
Provides: lightdm-greeter
Replaces: lightdm-webkit-greeter
Section: x11
Priority: optional
Homepage: https://github.com/JezerM/nody-greeter
Installed-Size: 304160
Installed-Size: 304404
Architecture: amd64
Maintainer: JezerM <amyuki4@gmail.com>
Depends: gobject-introspection, liblightdm-gobject-1-0, libcairo2, liblightdm-gobject-1-dev, libc6
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nody-greeter",
"version": "1.5.2",
"version": "1.6.0",
"apiVersion": "1.0.0",
"description": "Node.js (electron) greeter for LightDM",
"main": "out/main/index.cjs",
Expand Down

0 comments on commit 1e8c121

Please sign in to comment.