release 0.90.6-beta

This commit is contained in:
Elian Doran 2024-09-07 21:36:34 +03:00
parent 7c0d6930fa
commit 4106cc61b5
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.5-beta",
"version": "0.90.6-beta",
"license": "AGPL-3.0-only",
"main": "./dist/electron.js",
"author": {

View File

@ -1,4 +1,4 @@
export default {
buildDate: "2024-09-07T07:02:55Z",
buildRevision: "4f6392ce14f2cd727f6ce93499fd0c8ba686321e"
buildDate: "2024-09-07T18:36:34Z",
buildRevision: "7c0d6930fa8f20d269dcfbcbc8f636a25f6bb9a7"
};