Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading