Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [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
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.0-preview.1] - 2019-02-19
### Added
- Update dependency for 2019.1 support

## [1.0.0-preview.3] - 2019-02-19
### Added
- Fix compilation error in .NET 3.5
Expand Down
10 changes: 5 additions & 5 deletions package.json
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": [
Expand All @@ -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"
}
}

0 comments on commit 8444ec2

Please sign in to comment.