Skip to content

Commit

Permalink
Package dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Jul 10, 2022
1 parent 041ee0d commit c6a1446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packages/jp.keijiro.klak.timeline.midi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Keijiro Takahashi",
"dependencies": { },
"dependencies": { "com.unity.timeline": "1.1.0" },
"description": "MIDI Animation Track is a custom timeline/playables package that provides functionality to control object properties based on sequence data contained in a standard MIDI file",
"displayName": "MIDI Animation Track",
"keywords": [ "unity" ],
Expand All @@ -9,5 +9,5 @@
"repository": "github:keijiro/MidiAnimationTrack",
"unity": "2019.1",
"unityRelease": "0f1",
"version": "1.0.5"
"version": "1.0.6"
}

0 comments on commit c6a1446

Please sign in to comment.