Skip to content

Commit 126cbd1

Browse files
committed
changed min Unity version to 2019.4 and bumped package version to 1.8.6
1 parent 8fff817 commit 126cbd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.needle.compilation-visualizer",
33
"displayName": "Compilation Visualizer",
4-
"version": "1.8.5",
4+
"version": "1.8.6",
55
"author": {
66
"name": "Needle",
77
"email": "[email protected]",
@@ -11,7 +11,7 @@
1111
"type": "git",
1212
"url": "https://github.com/needle-tools/compilation-visualizer.git"
1313
},
14-
"unity": "2018.4",
14+
"unity": "2019.4",
1515
"description": "Provides console logging and a debug window for Assembly compilation. Allows to visualize compilation times and dependencies between assemblies.",
1616
"keywords": [
1717
"compilation",

0 commit comments

Comments
 (0)