Skip to content

Commit

Permalink
Bump up to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 19, 2022
1 parent 056fc80 commit cb66935
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ doi: 10.5281/zenodo.6633694
url: "https://poac.pm"
repository-code: "https://github.com/poacpm/poac"

version: 0.5.0
version: 0.5.1
date-released: 2022-12-18
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif ()

cmake_minimum_required(VERSION 3.21)
project(poac
VERSION 0.5.0
VERSION 0.5.1
LANGUAGES CXX
)
message(STATUS "CMake Version: ${CMAKE_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion poac.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poac"
version = "0.5.0"
version = "0.5.1"
edition = 2020
authors = ["Ken Matsui <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit cb66935

Please sign in to comment.