Skip to content

Commit 9c42240

Browse files
committed
chore: version bump
1 parent a347d28 commit 9c42240

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.4)
5+
project(nyu-util VERSION 2.0.5)
66

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

vcpkg.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nyu-util",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "NYU Processor Design's Utilities",
55
"homepage": "https://github.com/NYU-Processor-Design/nyu-util",
66
"maintainers": [
@@ -13,13 +13,13 @@
1313
"vcpkg-configuration": {
1414
"default-registry": {
1515
"kind": "git",
16-
"baseline": "b27f6bfad367d64f8f0f3296351c5d246e182bb4",
16+
"baseline": "c76ea2f16f17f457721dfba9c0dae728fd32fd31",
1717
"repository": "https://github.com/microsoft/vcpkg.git"
1818
},
1919
"registries": [
2020
{
2121
"kind": "git",
22-
"baseline": "3d3b2467282411b07926fe0b2c2089802cc883b7",
22+
"baseline": "65185af6b9b8e89506de3e42e52e6b617b333be4",
2323
"repository": "https://github.com/NYU-Processor-Design/nyu-registry.git",
2424
"packages": [
2525
"nyu-*"

0 commit comments

Comments
 (0)