From eb5a01c60f72a7d52da290765d16029b3f5b77ae Mon Sep 17 00:00:00 2001 From: Eunsoo Shin <62971511+esinx@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:42:00 -0500 Subject: [PATCH] version bump (#190) bump version bump version --- 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 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)",