Skip to content

Commit db542d2

Browse files
committed
chore(release): 0.1.3-alpha
1 parent 8cf3405 commit db542d2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

neutralino.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
33
"applicationId": "neu.js.nikkepwned",
4-
"version": "0.1.2-alpha",
4+
"version": "0.1.3-alpha",
55
"applicationName": "NIKKEPwned",
66
"author": "ScathachGrip",
77
"description": "NIKKEPwned",
@@ -50,7 +50,7 @@
5050
"fullScreen": false,
5151
"alwaysOnTop": false,
5252
"icon": "/resources/icons/appIcon.png",
53-
"enableInspector": true,
53+
"enableInspector": false,
5454
"borderless": false,
5555
"maximize": false,
5656
"hidden": false,

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nikkepwned",
33
"description": "Password Manager for NIKKE",
44
"funding": "https://github.com/sponsors/sinkaroid",
5-
"version": "0.1.2-alpha",
5+
"version": "0.1.3-alpha",
66
"scripts": {
77
"prebuild": "ts-node src/frontend.ts",
88
"build": "tsc",
@@ -33,6 +33,7 @@
3333
"typescript-eslint": "^8.24.1"
3434
},
3535
"dependencies": {
36-
"discord-rpc": "^4.0.1"
36+
"discord-rpc": "^4.0.1",
37+
"toastify-js": "^1.12.0"
3738
}
3839
}

0 commit comments

Comments
 (0)