From 75fa08e5a653ca6e9c9c2f6ad7ba2167018046c0 Mon Sep 17 00:00:00 2001 From: Emre Cebeci <31591904+ecebeci@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:13:31 +0300 Subject: [PATCH] chore: update version to 0.1.1 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ab4abe..3a67945 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "soundsyntax", "displayName": "Sound Syntax", "description": "Sound Syntax is a Visual Studio Code extension that plays audio cues when the cursor hovers over beginning of token in your code. Enhance your coding experience with auditory feedback, allowing you to easily identify and interact with different elements of your syntax.", - "version": "0.1.0", + "version": "0.1.1", "publisher": "EmreCebeci", "repository": { "type": "git",