From 86f98a7d669c1bf46717223902a5e2662509ab82 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Fri, 17 Nov 2023 23:35:36 +0100 Subject: [PATCH] update version to 1.4.0 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CMakeLists.txt | 2 +- SECURITY.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ec2b417..08aacf7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,7 +19,7 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. **Version:** -e.g. 1.3.0 +e.g. 1.4.0 **Additional context** Add any other context about the problem here. diff --git a/CMakeLists.txt b/CMakeLists.txt index 64f7d4e..36e657d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.1) -project(zipsign VERSION 1.3.0) +project(zipsign VERSION 1.4.0) option(WITHOUT_TESTS "disable unit tests" OFF) diff --git a/SECURITY.md b/SECURITY.md index 2861e70..3c79247 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,8 +7,8 @@ However, if you need a fix of a vulnerability in older versions, please report t | Version | Supported | | ------- | ------------------ | -| 1.3.x | :white_check_mark: | -| < 1.3 | :x: | +| 1.4.x | :white_check_mark: | +| < 1.4 | :x: | ## Reporting a Vulnerability