This commit is contained in:
codytseng
2024-10-31 18:12:12 +08:00
parent d2622bfce2
commit bc49007341
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "jumble",
"version": "0.0.1",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "jumble",
"version": "0.0.1",
"version": "0.1.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "jumble",
"version": "0.0.1",
"version": "0.1.0",
"description": "Yet another Nostr desktop client",
"main": "./out/main/index.js",
"author": "codytseng",