Skip to content

Commit 1aa225c

Browse files
committed
v0.8.2
1 parent 0addcb2 commit 1aa225c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318

319319
"@noble/curves": ["@noble/[email protected]", "", { "dependencies": { "@noble/hashes": "1.8.0" } }, "sha512-HxngEd2XUcg9xi20JkwlLCtYwfoFw4JGkuZpT+WlsPD4gB/cxkvTD8fSsoAnphGZhFdZYKeQIPCuFlWPm1uE0g=="],
320320

321-
"@noble/ed25519": ["@noble/ed25519@2.2.3", "", {}, "sha512-iHV8eI2mRcUmOx159QNrU8vTpQ/Xm70yJ2cTk3Trc86++02usfqFoNl6x0p3JN81ZDS/1gx6xiK0OwrgqCT43g=="],
321+
"@noble/ed25519": ["@noble/ed25519@2.3.0", "", {}, "sha512-M7dvXL2B92/M7dw9+gzuydL8qn/jiqNHaoR3Q+cb1q1GHV7uwE17WCyFMG+Y+TZb5izcaXk5TdJRrDUxHXL78A=="],
322322

323323
"@noble/hashes": ["@noble/[email protected]", "", {}, "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A=="],
324324

desktop/bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"": {
55
"name": "trusty-notes-electron",
66
"dependencies": {
7-
"electron-log": "^5.4.0",
7+
"electron-log": "^5.4.1",
88
"electron-updater": "^6.6.2",
99
"electron-window-state": "^5.0.3",
1010
},
1111
"devDependencies": {
12-
"electron": "^36.3.1",
12+
"electron": "^36.4.0",
1313
"electron-builder": "^26.0.12",
1414
},
1515
},

ios/altstore-source.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"website": "https://github.com/toolworks-dev/trusty-notes",
88
"tintColor": "#1A1B1E",
99
"featuredApps": [
10-
"app.trustynotes"
10+
"dev.toolworks.trustynotes"
1111
],
1212
"apps": [
1313
{
1414
"name": "TrustyNotes",
15-
"bundleIdentifier": "app.trustynotes",
15+
"bundleIdentifier": "dev.toolworks.trustynotes",
1616
"developerName": "Toolworks.dev",
1717
"subtitle": "Simple, secure, and reliable note-taking app",
1818
"localizedDescription": "TrustyNotes is a modern note-taking application built with security and simplicity in mind. Take notes, organize your thoughts, and keep your information secure with this privacy-focused app.",
@@ -21,7 +21,7 @@
2121
"category": "utilities",
2222
"versions": [
2323
{
24-
"version": "1.0",
24+
"version": "0.8.2",
2525
"date": "2025-01-11",
2626
"localizedDescription": "Initial release of TrustyNotes for iOS",
2727
"downloadURL": "https://github.com/toolworks-dev/trusty-notes/releases/download/v0.8.2/TrustyNotes-0.8.2.ipa",
@@ -45,7 +45,7 @@
4545
"tintColor": "#1A1B1E",
4646
"imageURL": "https://raw.githubusercontent.com/toolworks-dev/trusty-notes/main/public/trusty.jpg",
4747
"notify": true,
48-
"appID": "app.trustynotes"
48+
"appID": "dev.toolworks.trustynotes"
4949
}
5050
]
5151
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@mantine/hooks": "^8.1.0",
4141
"@mantine/notifications": "^8.1.0",
4242
"@noble/curves": "^1.9.2",
43-
"@noble/ed25519": "^2.2.3",
43+
"@noble/ed25519": "^2.3.0",
4444
"@noble/hashes": "^1.8.0",
4545
"@noble/post-quantum": "^0.4.1",
4646
"@tabler/icons-react": "^3.34.0",

0 commit comments

Comments
 (0)