Bump version

This commit is contained in:
Sascha Ißbrücker
2025-10-05 13:20:54 +02:00
parent 051bd39256
commit f110eb35fe
4 changed files with 2 additions and 18 deletions

2
package-lock.json generated
View File

@@ -6,8 +6,6 @@
"packages": { "packages": {
"": { "": {
"name": "linkding", "name": "linkding",
"version": "1.42.0",
"license": "MIT",
"dependencies": { "dependencies": {
"@hotwired/turbo": "^8.0.6", "@hotwired/turbo": "^8.0.6",
"@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-node-resolve": "^16.0.1",

View File

@@ -1,8 +1,5 @@
{ {
"name": "linkding", "name": "linkding",
"version": "1.43.0",
"description": "",
"main": "index.js",
"scripts": { "scripts": {
"build": "npm run build-js && npm run build-theme-light && npm run build-theme-dark", "build": "npm run build-js && npm run build-theme-light && npm run build-theme-dark",
"build-js": "rollup -c", "build-js": "rollup -c",
@@ -10,17 +7,6 @@
"build-theme-dark": "postcss -o bookmarks/static/theme-dark.css bookmarks/styles/theme-dark.css", "build-theme-dark": "postcss -o bookmarks/static/theme-dark.css bookmarks/styles/theme-dark.css",
"dev": "rollup -c -w" "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": { "dependencies": {
"@hotwired/turbo": "^8.0.6", "@hotwired/turbo": "^8.0.6",
"@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-node-resolve": "^16.0.1",

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "linkding" 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." description = "Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker."
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"

View File

@@ -1 +1 @@
1.43.0 1.44.0