diff --git a/VERSION b/VERSION index 9084fa2..524cb55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/package.json b/package.json index be1f530..0c1affa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simenclave", "private": true, - "version": "1.1.0", + "version": "1.1.1", "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 2a28b38..f1ec822 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.0" +public let simenclavectlVersion = "1.1.1"