From 9eb9b6162f3e4ec539b3dcefa2d306c3acff1633 Mon Sep 17 00:00:00 2001 From: athexweb3 Date: Mon, 29 Jun 2026 22:27:58 +0600 Subject: [PATCH] chore(release): v1.1.2 --- VERSION | 2 +- package.json | 2 +- tools/simenclavectl/Sources/SimEnclaveCTLKit/Version.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 524cb55..45a1b3f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 +1.1.2 diff --git a/package.json b/package.json index 0c1affa..4b3d1cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simenclave", "private": true, - "version": "1.1.1", + "version": "1.1.2", "description": "Real hardware Secure Enclave for the iOS and watchOS Simulators.", "author": "Nirapod Labs", "license": "Apache-2.0", diff --git a/tools/simenclavectl/Sources/SimEnclaveCTLKit/Version.swift b/tools/simenclavectl/Sources/SimEnclaveCTLKit/Version.swift index f1ec822..ceb1a8f 100644 --- a/tools/simenclavectl/Sources/SimEnclaveCTLKit/Version.swift +++ b/tools/simenclavectl/Sources/SimEnclaveCTLKit/Version.swift @@ -4,4 +4,4 @@ /// The CLI's release version. Kept in sync with the repository's `VERSION` file by the release /// cut (`scripts/release.sh` rewrites this line), so `simenclavectl version` and the helper bundle /// report the same number. -public let simenclavectlVersion = "1.1.1" +public let simenclavectlVersion = "1.1.2"