From 9061dab6ad8564d5aee8d2c21a7466b8c2d0101c Mon Sep 17 00:00:00 2001 From: d7sd6u <58745001+d7sd6u@users.noreply.github.com> Date: Thu, 29 May 2025 01:58:45 +0400 Subject: [PATCH] 1.1.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f0ba31a..a4217d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "reveal-folded", "name": "Reveal Folded", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.8.0", "description": "Reveal the current file in the file explorer while collapsing all other tree items.", "author": "d7sd6u", diff --git a/package.json b/package.json index d15abb1..5c41fa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reveal-folded", - "version": "1.1.1", + "version": "1.1.2", "description": "", "main": "./src/main.ts", "scripts": {