From bd52b936faada9fa23d97b21516fa17f33f72689 Mon Sep 17 00:00:00 2001 From: Gwaredd Date: Sat, 8 Aug 2020 09:48:48 +0100 Subject: [PATCH] updated version --- CHANGELOG.md | 6 ++++++ package.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f5410..5627638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.3] - 2020-08-08 + +### Fix + +* Fix for unity v2020 + ## [1.0.2] - 2019-09-11 ### Changes diff --git a/package.json b/package.json index 4b68b6d..1c8eca1 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "com.mischief.markdownviewer", - "version": "1.0.2", + "version": "1.0.3", "displayName": "Unity Markdown Viewer", "description": "Editor inspector for markdown files", - "unity": "2017.4", + "unity": "2018.4", "author": { "name": "Gwaredd", "email": "gwaredd@hotmail.com", @@ -11,4 +11,4 @@ }, "dependencies": { } -} \ No newline at end of file +}