Skip to content

Commit 350cab7

Browse files
committed
chore: version bump
1 parent 6980e09 commit 350cab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.27)
22

33
include(cmake/BootstrapVcpkg.cmake)
44

5-
project(nyu-util VERSION 2.1.0)
5+
project(nyu-util VERSION 2.1.1)
66

77
option(NYU_BUILD_TESTS "Generate tests" OFF)
88
option(NYU_GEN_TRACES "Generate FST traces from tests" OFF)

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nyu-util",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "NYU Processor Design's Utilities",
55
"homepage": "https://github.com/NYU-Processor-Design/nyu-util",
66
"maintainers": [

0 commit comments

Comments
 (0)