From f110eb35fecfe3a5c4f5f248bedc5cce91f8eaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Sun, 5 Oct 2025 13:20:54 +0200 Subject: [PATCH] Bump version --- package-lock.json | 2 -- package.json | 14 -------------- pyproject.toml | 2 +- version.txt | 2 +- 4 files changed, 2 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index c54ea4f..4602281 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,8 +6,6 @@ "packages": { "": { "name": "linkding", - "version": "1.42.0", - "license": "MIT", "dependencies": { "@hotwired/turbo": "^8.0.6", "@rollup/plugin-node-resolve": "^16.0.1", diff --git a/package.json b/package.json index 447391f..ac6b931 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,5 @@ { "name": "linkding", - "version": "1.43.0", - "description": "", - "main": "index.js", "scripts": { "build": "npm run build-js && npm run build-theme-light && npm run build-theme-dark", "build-js": "rollup -c", @@ -10,17 +7,6 @@ "build-theme-dark": "postcss -o bookmarks/static/theme-dark.css bookmarks/styles/theme-dark.css", "dev": "rollup -c -w" }, - "repository": { - "type": "git", - "url": "git+https://github.com/sissbruecker/linkding.git" - }, - "keywords": [], - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/sissbruecker/linkding/issues" - }, - "homepage": "https://github.com/sissbruecker/linkding#readme", "dependencies": { "@hotwired/turbo": "^8.0.6", "@rollup/plugin-node-resolve": "^16.0.1", diff --git a/pyproject.toml b/pyproject.toml index d582786..0446912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "linkding" -version = "1.42.0" +version = "1.44.0" description = "Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker." readme = "README.md" requires-python = ">=3.13" diff --git a/version.txt b/version.txt index b978278..372cf40 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.43.0 +1.44.0