diff --git a/CMakeLists.txt b/CMakeLists.txt index bf8f2f7..693dc6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,14 +28,14 @@ set(BLISP_PUBLIC_HEADERS set_target_properties(libblisp PROPERTIES PUBLIC_HEADER "${BLISP_PUBLIC_HEADERS}" - VERSION 0.0.3 + VERSION 0.0.4 SOVERSION 1 LIBRARY_OUTPUT_DIRECTORY "shared" OUTPUT_NAME "blisp") set_target_properties(libblisp_static PROPERTIES PUBLIC_HEADER "${BLISP_PUBLIC_HEADERS}" - VERSION 0.0.3 + VERSION 0.0.4 SOVERSION 1 ARCHIVE_OUTPUT_DIRECTORY "static" OUTPUT_NAME "blisp") diff --git a/README.md b/README.md index 370d180..3c0fc8d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fpine64%2Fblisp&count_bg=%235791AC&title_bg=%23555555&icon=airplayaudio.svg&icon_color=%23D2D9DD&title=hits&edge_flat=false)](https://github.com/pine64/blisp/wiki/Update-Pinecil-V2) -[![GitHub all downloads](https://img.shields.io/github/downloads/pine64/blisp/total?color=5791ac&logo=docusign&logoColor=white)](https://github.com/pine64/blisp/releases/tag/v0.0.3) +[![GitHub all downloads](https://img.shields.io/github/downloads/pine64/blisp/total?color=5791ac&logo=docusign&logoColor=white)](https://github.com/pine64/blisp/releases/tag/v0.0.4) [![Discord](https://img.shields.io/discord/463237927984693259?color=5791ac&logo=discord&logoColor=white)](https://discord.com/invite/pine64) -[![GitHub release](https://img.shields.io/github/v/release/pine64/blisp?color=5791ac)](https://github.com/pine64/blisp/releases/tag/v0.0.3) +[![GitHub release](https://img.shields.io/github/v/release/pine64/blisp?color=5791ac)](https://github.com/pine64/blisp/releases/tag/v0.0.4)
# BLISP