Skip to content

Commit 8a2dd30

Browse files
committed
chore: Bump version to v0.2.0
1 parent 4943d21 commit 8a2dd30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
44

55
project(
66
ByteSpan
7-
VERSION 0.1.0
7+
VERSION 0.2.0
88
DESCRIPTION "Lightweight view class for efficient handling of byte data"
99
HOMEPAGE_URL "https://github.com/range3/ByteSpan"
1010
LANGUAGES CXX

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "byte-span",
3-
"version-semver": "0.1.0",
3+
"version-semver": "0.2.0",
44
"dependencies": [],
55
"default-features": [],
66
"features": {

0 commit comments

Comments
 (0)