Skip to content

Commit 443336a

Browse files
committed
feat: bump version 1.1.0
Signed-off-by: Jianhui Zhao <[email protected]>
1 parent cd18b7b commit 443336a

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
@@ -6,7 +6,7 @@ include(FindPkgConfig)
66

77
# Version settings
88
set(LUA_FFI_VERSION_MAJOR 1)
9-
set(LUA_FFI_VERSION_MINOR 0)
9+
set(LUA_FFI_VERSION_MINOR 1)
1010
set(LUA_FFI_VERSION_PATCH 0)
1111

1212
# Define options for selecting Lua versions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[4]: https://github.com/zhaojh329/lua-ffi/pulls
77
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic
88
[6]: https://github.com/zhaojh329/lua-ffi/issues/new
9-
[7]: https://img.shields.io/badge/release-1.0.0-blue.svg?style=plastic
9+
[7]: https://img.shields.io/badge/release-1.1.0-blue.svg?style=plastic
1010
[8]: https://github.com/zhaojh329/lua-ffi/releases
1111
[9]: https://github.com/zhaojh329/lua-ffi/workflows/build/badge.svg
1212

0 commit comments

Comments
 (0)