Skip to content

Commit aa6411d

Browse files
committed
chore: version bump
1 parent 471d231 commit aa6411d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0.1)
5+
project(nyu-util VERSION 2.0.2)
66

77
find_package(Catch2 3 CONFIG REQUIRED)
88
find_package(verilator CONFIG REQUIRED)

vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nyu-util",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "NYU Processor Design's Utilities",
55
"homepage": "https://github.com/NYU-Processor-Design/nyu-util",
66
"maintainers": [
@@ -19,7 +19,7 @@
1919
"registries": [
2020
{
2121
"kind": "git",
22-
"baseline": "83a1b8ad4f7be3bf2e16d4397f58e6119e001ef6",
22+
"baseline": "3d3b2467282411b07926fe0b2c2089802cc883b7",
2323
"repository": "https://github.com/NYU-Processor-Design/nyu-registry.git",
2424
"packages": [
2525
"nyu-*"

0 commit comments

Comments
 (0)