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