-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.1.0-preview.1] - 2019-02-19 ### Added - Update dependency for 2019.1 support
- Loading branch information
Unity Technologies
committed
Feb 18, 2019
1 parent
20d8654
commit 8444ec2
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "com.unity.2d.psdimporter", | ||
"version": "1.0.0-preview.3", | ||
"unity": "2018.3", | ||
"version": "1.1.0-preview.1", | ||
"unity": "2019.1", | ||
"displayName": "2D PSD Importer", | ||
"description": "A ScriptedImporter for importing Adobe Photoshop file format. The ScriptedImporter is currently targeted for users who wants to create multi Sprite character animation using 2D Animation v2.", | ||
"keywords": [ | ||
|
@@ -11,12 +11,12 @@ | |
], | ||
"category": "2D", | ||
"dependencies": { | ||
"com.unity.2d.common": "1.0.11-preview.1", | ||
"com.unity.2d.animation": "2.0.0-preview.1" | ||
"com.unity.2d.common": "1.1.0-preview.2", | ||
"com.unity.2d.animation": "2.1.0-preview.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:unity/com.unity.2d.psdimporter.git", | ||
"revision": "acc408ecd9c2e774cd8d4a0e9c4f6d5e4d6d3b17" | ||
"revision": "0d81ae7fbdd9f84a103a5280026e1c711f83123a" | ||
} | ||
} |