feature/version-tag-mismatch #2

Merged
lukas.pupkalipinski merged 15 commits from feature/version-tag-mismatch into main 2026-03-16 19:55:06 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit eb859af371 - Show all commits

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bangui-backend"
version = "0.1.0"
version = "0.9.0"
description = "BanGUI backend — fail2ban web management interface"
requires-python = ">=3.12"
dependencies = [

View File

@@ -1,7 +1,7 @@
{
"name": "bangui-frontend",
"private": true,
"version": "0.1.0",
"version": "0.9.0",
"description": "BanGUI frontend — fail2ban web management interface",
"type": "module",
"scripts": {