diff --git a/dutchies-dcs-scripting-tools/README.md b/dutchies-dcs-scripting-tools/README.md index f60e584..5ba1c23 100644 --- a/dutchies-dcs-scripting-tools/README.md +++ b/dutchies-dcs-scripting-tools/README.md @@ -65,6 +65,10 @@ return utils ## Release Notes +### 0.0.3 + +- Fixed: Settings filter not correct when opening settings with the extension command. + ### 0.0.2 - Improved error handling and reporting in the script compiler. diff --git a/dutchies-dcs-scripting-tools/package.json b/dutchies-dcs-scripting-tools/package.json index d08b9f6..33790d9 100644 --- a/dutchies-dcs-scripting-tools/package.json +++ b/dutchies-dcs-scripting-tools/package.json @@ -2,7 +2,7 @@ "name": "dutchies-dcs-scripting-tools", "displayName": "Dutchies Dcs Scripting Tools", "description": "Scripting tools to create DCS script and frameworks easier", - "version": "0.0.2", + "version": "0.0.3", "author": { "name": "dutchie031", "email": "54616262+dutchie031@users.noreply.github.com"