release 0.90.4

This commit is contained in:
Elian Doran 2024-08-10 01:05:59 +03:00
parent 2a5c444eff
commit 72b669b5db
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "trilium",
"productName": "TriliumNext Notes",
"description": "Build your personal knowledge base with TriliumNext Notes",
"version": "0.90.3",
"version": "0.90.4",
"license": "AGPL-3.0-only",
"main": "./dist/electron.js",
"author": {

View File

@ -1,4 +1,4 @@
export default {
buildDate: "2024-08-06T17:40:58Z",
buildRevision: "712ef92f7ca6b12cf19a8aa81b9735fd5f08cce8"
buildDate: "2024-08-09T22:05:59Z",
buildRevision: "2a5c444eff3eb99389339716ea8bfc989be90ecd"
};