From 8cb2302aeedb53bed5c2bef54d167a5b49817bac Mon Sep 17 00:00:00 2001 From: bugdea1er Date: Sun, 13 Oct 2024 23:13:22 +0300 Subject: [PATCH] Release v1.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 800ba75..e7b322f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) project(tmp - VERSION 1.1.1 + VERSION 1.2 DESCRIPTION "RAII-wrappers for unique temporary files and directories for modern C++" HOMEPAGE_URL "https://github.com/bugdea1er/tmp" LANGUAGES CXX)