Version bump

This commit is contained in:
Tim Heuer 2024-01-25 18:54:32 -08:00
parent 56275591f5
commit 79fdc4b9cf

View File

@ -1,6 +1,6 @@
{ {
"name": "setup-msbuild", "name": "setup-msbuild",
"version": "1.3.1", "version": "1.3.2",
"private": true, "private": true,
"description": "Helps set up specific MSBuild tool into PATH for later usage.", "description": "Helps set up specific MSBuild tool into PATH for later usage.",
"main": "lib/main.js", "main": "lib/main.js",
@ -47,4 +47,4 @@
"ts-jest": "^24.2.0", "ts-jest": "^24.2.0",
"typescript": "^3.6.4" "typescript": "^3.6.4"
} }
} }