Skip to content

Commit ecf8f2a

Browse files
committed
Bump version to 2.11.1.
1 parent b70c244 commit ecf8f2a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latchkey",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "A CLI tool that injects API credentials into curl requests to third-party services",
55
"author": "Imbue <hynek@imbue.com>",
66
"repository": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Auto-generated from package.json by scripts/generateVersion.js.
22
// Do not edit by hand; run `node scripts/generateVersion.js` to refresh.
3-
export const VERSION = "2.11.0";
3+
export const VERSION = "2.11.1";

0 commit comments

Comments
 (0)