Skip to content

Commit c0b86dc

Browse files
committed
Bump version to 1.0.1
Main updates from 1.0.0 are: * update to work with newer compilers and OSes * update CI scripts * added support for vcpkg * the library itself will now also be available in vcpkg
1 parent 281daea commit c0b86dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020
#
2121

2222
project(libbase
23-
VERSION 1.0.0
23+
VERSION 1.0.1
2424
LANGUAGES CXX)
2525

2626
include(GNUInstallDirs)

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libbase",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Standalone reimplementation of //base module from Chromium",
55
"homepage": "https://github.com/RippeR37/libbase",
66
"documentation": "https://ripper37.github.io/libbase",

0 commit comments

Comments
 (0)