From 462c98f4661305f913f8315f02637ee1be2f0265 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Tue, 26 May 2020 12:21:20 +0200 Subject: [PATCH] Bump version to 0.1.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a96925..c78ba8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.1.3 + +- Fixed communication with the Godot editor not working on Windows + ## 0.1.2 - Fixed missing dependencies diff --git a/package.json b/package.json index c966781..ef840d5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "C# Tools for Godot", "description": "Debugger and utilities for working with Godot C# projects", "icon": "icon.png", - "version": "0.1.2", + "version": "0.1.3", "publisher": "neikeq", "license": "MIT", "repository": {