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

Commit

Permalink
bump version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Nov 25, 2020
1 parent 07deb31 commit a4c2f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)
cmake_policy(SET CMP0048 NEW)

project(packages-site VERSION 3.1)
project(packages-site VERSION 3.1.1)
set(LIBEXEC_PATH "libexec/packages-site")

find_package(SQLite3 REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import utils
import bottle_sqlite

__version__ = '3.1'
__version__ = '3.1.1'

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

Expand Down

0 comments on commit a4c2f3f

Please sign in to comment.