diff --git a/cdk/kittyhawk/.projenrc.js b/cdk/kittyhawk/.projenrc.js index b0c0478c..e541b9e1 100644 --- a/cdk/kittyhawk/.projenrc.js +++ b/cdk/kittyhawk/.projenrc.js @@ -16,7 +16,7 @@ const project = new TypeScriptProject({ }, }); -project.addFields({ ["version"]: "1.1.10" }); +project.addFields({ ["version"]: "1.1.11" }); project.prettier?.ignoreFile?.addPatterns("src/imports"); project.testTask.steps.forEach((step) => { if (step.exec) { diff --git a/cdk/kittyhawk/package.json b/cdk/kittyhawk/package.json index c25c114d..69f2bf65 100644 --- a/cdk/kittyhawk/package.json +++ b/cdk/kittyhawk/package.json @@ -65,7 +65,7 @@ "main": "lib/index.js", "license": "MIT", "homepage": "https://kittyhawk.pennlabs.org", - "version": "1.1.10", + "version": "1.1.11", "jest": { "testMatch": [ "/src/**/__tests__/**/*.ts?(x)",