From 55addffa5486dbd521eb8d1bd2ed9ad56ef680fd Mon Sep 17 00:00:00 2001 From: ergrelet Date: Sat, 6 Apr 2024 01:46:59 +0200 Subject: [PATCH] Bump project version to 0.1.1 --- vcpkg.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 193c12d..777bb57 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,12 +1,12 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "triton-bn", - "version": "0.1.0", - "description": "TODO", + "version": "0.1.1", + "description": "Binary Ninja plugin that can be used to apply Triton's dead store eliminitation pass on basic blocks or functions.", "homepage": "https://github.com/ergrelet/triton-bn", "license": "Apache-2.0", "supports": "!arm", - "builtin-baseline": "3d8f78171a2a37d461077bf8d063256b63e25a4f", + "builtin-baseline": "a34c873a9717a888f58dc05268dea15592c2f0ff", "dependencies": [ { "name": "triton",