We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e0db5 commit ef04f33Copy full SHA for ef04f33
2 files changed
CMakeLists.txt
@@ -34,7 +34,7 @@ endif()
34
#
35
36
project(libbase
37
- VERSION 1.0.1
+ VERSION 1.1.0
38
LANGUAGES CXX)
39
40
include(GNUInstallDirs)
vcpkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ripper37-libbase",
3
- "version": "1.0.1",
+ "version": "1.1.0",
4
"description": "Standalone reimplementation of //base module from Chromium",
5
"homepage": "https://github.com/RippeR37/libbase",
6
"documentation": "https://ripper37.github.io/libbase",
0 commit comments