Skip to content

Commit cdfa510

Browse files
committed
Bumped version to v0.2.1
1 parent 6faea7d commit cdfa510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12.4)
22

33
project(alpaca
4-
VERSION 0.2.0
4+
VERSION 0.2.1
55
DESCRIPTION "Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code."
66
HOMEPAGE_URL "https://github.com/p-ranav/alpaca"
77
LANGUAGES CXX

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="https://github.com/p-ranav/alpaca/blob/master/LICENSE">
1111
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
1212
</a>
13-
<img src="https://img.shields.io/badge/version-0.2.0-blue.svg?cacheSeconds=2592000" alt="version"/>
13+
<img src="https://img.shields.io/badge/version-0.2.1-blue.svg?cacheSeconds=2592000" alt="version"/>
1414
</p>
1515

1616
Pack C++ structs into a compact byte-array without any macros or boilerplate code.

0 commit comments

Comments
 (0)