release 0.90.2-beta

This commit is contained in:
Elian Doran 2024-07-28 10:12:19 +03:00
parent 1d142b9e57
commit 2f0d41922b
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", "name": "trilium",
"productName": "TriliumNext Notes", "productName": "TriliumNext Notes",
"description": "Build your personal knowledge base with TriliumNext Notes", "description": "Build your personal knowledge base with TriliumNext Notes",
"version": "0.90.1-beta", "version": "0.90.2-beta",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"main": "./dist/electron.js", "main": "./dist/electron.js",
"author": { "author": {

View File

@ -1,4 +1,4 @@
export default { export default {
buildDate: "2024-07-21T10:25:01Z", buildDate: "2024-07-28T07:12:19Z",
buildRevision: "715a952148ae6e83fda0886f5ceec8dc329972ae" buildRevision: "1d142b9e572bc5558997f0cf33523da3dbfce174"
}; };