release 0.90.3

This commit is contained in:
Elian Doran 2024-08-06 20:40:58 +03:00
parent 712ef92f7c
commit b72626aab6
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.2-beta",
"version": "0.90.3",
"license": "AGPL-3.0-only",
"main": "./dist/electron.js",
"author": {

View File

@ -1,4 +1,4 @@
export default {
buildDate: "2024-07-28T07:12:19Z",
buildRevision: "1d142b9e572bc5558997f0cf33523da3dbfce174"
buildDate: "2024-08-06T17:40:58Z",
buildRevision: "712ef92f7ca6b12cf19a8aa81b9735fd5f08cce8"
};