From db7f5708ef5d7c6adb89d5430c75e72bb1214380 Mon Sep 17 00:00:00 2001
From: Michael Jerger <michael.jerger@meissa-gmbh.de>
Date: Thu, 20 Feb 2025 16:56:17 +0100
Subject: [PATCH] release: 3.0.0

---
 infrastructure/excalidraw/build.py | 2 +-
 package.json                       | 2 +-
 project.clj                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure/excalidraw/build.py b/infrastructure/excalidraw/build.py
index 40e5f08..2338471 100644
--- a/infrastructure/excalidraw/build.py
+++ b/infrastructure/excalidraw/build.py
@@ -6,7 +6,7 @@ from ddadevops import *
 name = "c4k-jitsi"
 MODULE = "excalidraw"
 PROJECT_ROOT_PATH = "../.."
-version = "2.2.1-dev"
+version = "3.0.0"
 
 
 @init
diff --git a/package.json b/package.json
index c78ca59..ffdac4e 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "name": "c4k-jitsi",
     "description": "Generate c4k yaml for a jitsi deployment.",
     "author": "meissa GmbH",
-    "version": "2.2.1-SNAPSHOT",
+    "version": "3.0.0",
     "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jitsi#readme",
     "repository": "https://www.npmjs.com/package/c4k-jitsi",
     "license": "APACHE2",
diff --git a/project.clj b/project.clj
index e480ba0..e9ade05 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.domaindrivenarchitecture/c4k-jitsi "2.2.1-SNAPSHOT"
+(defproject org.domaindrivenarchitecture/c4k-jitsi "3.0.0"
   :description "jitsi c4k-installation package"
   :url "https://domaindrivenarchitecture.org"
   :license {:name "Apache License, Version 2.0"