Skip to content

Commit 62bb8ac

Browse files
committed
chore(release): prepare for 0.99.1
1 parent 33dfcb1 commit 62bb8ac

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.99.0",
3+
"version": "0.99.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.99.0",
3+
"version": "0.99.1",
44
"description": "Build your personal knowledge base with Trilium Notes",
55
"private": true,
66
"main": "src/main.ts",

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.99.0",
3+
"version": "0.99.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
"main": "./src/main.ts",

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.99.0",
3+
"version": "0.99.1",
44
"description": "Build your personal knowledge base with Trilium Notes",
55
"directories": {
66
"doc": "docs"

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triliumnext/commons",
3-
"version": "0.99.0",
3+
"version": "0.99.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",

0 commit comments

Comments
 (0)