From 7d78f530ee8436ad8cf30366263fd7c6e8631b9a Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <schmiedt@uni-bremen.de>
Date: Wed, 13 Nov 2024 17:01:45 +0100
Subject: [PATCH] Update version to 0.3.0

---
 conanfile.py | 2 +-
 vcpkg.json   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conanfile.py b/conanfile.py
index b107815..304c9a7 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -7,7 +7,7 @@ from conan.errors import ConanInvalidConfiguration
 
 class LinkAheadConan(ConanFile):
     name = "linkahead"
-    version = "0.3.0-dev"
+    version = "0.3.0"
     license = "AGPL-3.0-or-later"
     author = "Timm C. Fitschen <t.fitschen@indiscale.com>"
     url = "https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib.git"
diff --git a/vcpkg.json b/vcpkg.json
index 8155835..a14833b 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -1,6 +1,6 @@
 {
   "name": "liblinkahead",
-  "version-string": "0.3.0-dev",
+  "version-string": "0.3.0",
   "port-version": 1,
   "description": "C++ library for the LinkAhead project",
   "license": "AGPL-3.0-or-later",
-- 
GitLab