Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed Jun 13, 2021
1 parent 4e279f8 commit 33d3e9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- Free
- Align game object
- Distribute GUI object
- Tested with Unity 2018 and 2019
- Tested with Unity 2019 and 2020
- No runtime resources required
- No scripting required

Expand All @@ -34,7 +34,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
}
],
"dependencies": {
"com.litefeel.aligntools": "1.7.0",
"com.litefeel.aligntools": "1.8.0",
...
}
}
Expand All @@ -46,7 +46,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t
``` js
{
"dependencies": {
"com.litefeel.aligntools": "https://github.com/litefeel/Unity-AlignTools.git#1.7.0",
"com.litefeel.aligntools": "https://github.com/litefeel/Unity-AlignTools.git#1.8.0",
...
}
}
Expand Down

0 comments on commit 33d3e9f

Please sign in to comment.