From e363ac01bc29ad700b4b320b30c5b96c154c5e4e Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Thu, 16 Jan 2025 21:15:19 +0800 Subject: [PATCH] feat: bump version 1.1.0 Signed-off-by: Jianhui Zhao --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dcf2888..da4b4ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include(FindPkgConfig) # Version settings set(LUA_FFI_VERSION_MAJOR 1) -set(LUA_FFI_VERSION_MINOR 0) +set(LUA_FFI_VERSION_MINOR 1) set(LUA_FFI_VERSION_PATCH 0) # Define options for selecting Lua versions diff --git a/README.md b/README.md index 6746968..7fea714 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [4]: https://github.com/zhaojh329/lua-ffi/pulls [5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic [6]: https://github.com/zhaojh329/lua-ffi/issues/new -[7]: https://img.shields.io/badge/release-1.0.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-1.1.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/lua-ffi/releases [9]: https://github.com/zhaojh329/lua-ffi/workflows/build/badge.svg