From 90157821b6a5bebd6d540e3f590869d0dd70317b Mon Sep 17 00:00:00 2001 From: Joy Liu Date: Fri, 27 Oct 2023 17:21:40 -0400 Subject: [PATCH] Bump version again --- cdk/kittyhawk/.projenrc.js | 2 +- cdk/kittyhawk/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdk/kittyhawk/.projenrc.js b/cdk/kittyhawk/.projenrc.js index 1ad4f333..b0c0478c 100644 --- a/cdk/kittyhawk/.projenrc.js +++ b/cdk/kittyhawk/.projenrc.js @@ -16,7 +16,7 @@ const project = new TypeScriptProject({ }, }); -project.addFields({ ["version"]: "1.1.9" }); +project.addFields({ ["version"]: "1.1.10" }); 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 ac1469ff..c25c114d 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.9", + "version": "1.1.10", "jest": { "testMatch": [ "/src/**/__tests__/**/*.ts?(x)",