Skip to content

Commit e917343

Browse files
Merge pull request #17 from dreamer-coding/main
0.1.5 to 0.1.6
2 parents 8954906 + f0a6b56 commit e917343

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.13.4)
33

44
# Project metadata
5-
project(FossilIo VERSION 0.1.5 LANGUAGES C CXX)
5+
project(FossilIo VERSION 0.1.6 LANGUAGES C CXX)
66

77
# Set the C and C++ standards
88
set(CMAKE_C_STANDARD 11)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To get started with Fossil Io, ensure you have the following installed:
3838
# ======================
3939
[wrap-git]
4040
url = https://github.com/fossillogic/fossil-io.git
41-
revision = v0.1.5
41+
revision = v0.1.6
4242

4343
[provide]
4444
fossil-io = fossil_io_dep

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('Fossil IO', 'c', 'cpp',
22
meson_version: '>=1.3.0',
33
license: 'MPL-2.0',
4-
version: '0.1.5',
4+
version: '0.1.6',
55
default_options: ['c_std=c17,c18', 'cpp_std=c++20'])
66

77
subdir('code')

0 commit comments

Comments
 (0)