Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit d4f0f2a

Browse files
committed
bump version to 3.1.2
1 parent 96732c2 commit d4f0f2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22
cmake_policy(SET CMP0048 NEW)
33

4-
project(packages-site VERSION 3.1.1)
4+
project(packages-site VERSION 3.1.2)
55
set(LIBEXEC_PATH "libexec/packages-site")
66

77
find_package(SQLite3 REQUIRED)

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import utils
2626
import bottle_sqlite
2727

28-
__version__ = '3.1.1'
28+
__version__ = '3.1.2'
2929

3030
SQL_GET_PACKAGES = 'SELECT name, description, full_version FROM v_packages'
3131

0 commit comments

Comments
 (0)