Skip to content

Commit bd52b93

Browse files
committed
updated version
1 parent 602fa13 commit bd52b93

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.3] - 2020-08-08
9+
10+
### Fix
11+
12+
* Fix for unity v2020
13+
814
## [1.0.2] - 2019-09-11
915

1016
### Changes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "com.mischief.markdownviewer",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"displayName": "Unity Markdown Viewer",
55
"description": "Editor inspector for markdown files",
6-
"unity": "2017.4",
6+
"unity": "2018.4",
77
"author": {
88
"name": "Gwaredd",
99
"email": "[email protected]",
1010
"url": "https://github.com/gwaredd/UnityMarkdownViewer"
1111
},
1212
"dependencies": {
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)