From f3a5ef668d254e60eaa2f13104c0669e747ca8e9 Mon Sep 17 00:00:00 2001 From: Anders Wind Date: Fri, 23 Sep 2022 11:41:44 +0200 Subject: [PATCH] Bumped version to 0.3.0 --- CMakeLists.txt | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 792fd31..72414ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( stronk - VERSION 0.2.0 + VERSION 0.3.0 DESCRIPTION "An easy to customize strong type library with built in support for unit-like behavior" HOMEPAGE_URL "https://github.com/twig-energy/stronk" LANGUAGES NONE diff --git a/vcpkg.json b/vcpkg.json index 3fe80cc..c31d9a0 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,7 @@ "name": "stronk", "homepage": "https://github.com/twig-energy/stronk", "description": "An easy to customize, strong type library with built in support for unit-like behavior", - "version-semver": "0.2.0", + "version-semver": "0.3.0", "license": "MIT", "dependencies": [ {