Skip to content

Commit

Permalink
🐛 Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yosh-matsuda committed Mar 17, 2024
1 parent 0bc1494 commit b2ecf9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(
cpp_yyjson
VERSION 0.2.0
VERSION 0.4.1
LANGUAGES CXX)

# check if the project is top-level
Expand Down
2 changes: 1 addition & 1 deletion include/cpp_yyjson.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*===================================================*
| cpp-yyjson version v0.4.0 |
| cpp-yyjson version v0.4.1 |
| https://github.com/yosh-matsuda/cpp-yyjson |
| |
| Copyright (c) 2024 Yoshiki Matsuda @yosh-matsuda |
Expand Down

0 comments on commit b2ecf9e

Please sign in to comment.