Skip to content

Commit

Permalink
update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falk-werner committed Nov 17, 2023
1 parent bec335f commit 86f98a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 86f98a7

Please sign in to comment.