Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 408dcf7

Browse files
committed
chore(release): prepare for v0.94.1
1 parent 7cbff47 commit 408dcf7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/client",
3-
"version": "0.94.0",
3+
"version": "0.94.1",
44
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
55
"private": true,
66
"license": "AGPL-3.0-only",

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/desktop",
3-
"version": "0.94.0",
3+
"version": "0.94.1",
44
"description": "Build your personal knowledge base with TriliumNext Notes",
55
"private": true,
66
"main": "main.cjs",

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/server",
3-
"version": "0.94.0",
3+
"version": "0.94.1",
44
"description": "The server-side component of TriliumNext, which exposes the client via the web, allows for sync and provides a REST API for both internal and external use.",
55
"private": true,
66
"dependencies": {

apps/server/src/services/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default {
2-
buildDate: "2025-04-10T18:06:20Z",
3-
buildRevision: "3df666b03e55a7719958a20cbd9e14601d7da580"
2+
buildDate: "2025-06-07T09:45:40Z",
3+
buildRevision: "7cbff47078012e32279c110c49b904bd24dcecb3"
44
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/source",
3-
"version": "0.94.0",
3+
"version": "0.94.1",
44
"description": "Build your personal knowledge base with TriliumNext Notes",
55
"directories": {
66
"doc": "docs"

packages/commons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/commons",
3-
"version": "0.94.0",
3+
"version": "0.94.1",
44
"description": "Shared library between the clients (e.g. browser, Electron) and the server, mostly for type definitions and utility methods.",
55
"private": true,
66
"type": "module",
@@ -54,4 +54,4 @@
5454
}
5555
}
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)