Skip to content

Commit

Permalink
chore: version fix (#11) (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
xshazwar authored Jan 22, 2022
1 parent fc4a91b commit b774ac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ The input system is modular and interface driven, which hopefully encourages plu

MBM installs via the Unity Package Manager, which means the best way to include this library in your project is to [point UPM at this git repository](https://docs.unity3d.com/Manual/upm-ui-giturl.html). It'll be included in your project's `Packages`, *not* in Assets. Use the git url: `https://github.com/xshazwar/mountains-beyond-mountains.git`

You can pull a specific version by appending the tag you want to the git url.
You can pull a specific version by appending the tag you want to the git url like:

`https://github.com/xshazwar/mountains-beyond-mountains.git#1.0.1`


![](./_doc~/v1/upm.jpg)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xshazwar.terrain",
"version": "0.0.2",
"version": "1.0.1",
"description": "Efficient Procedural Terrain Rendering",
"displayName": "Mountains Beyond Mountains (MBM)",
"unity": "2020.3",
Expand Down

0 comments on commit b774ac8

Please sign in to comment.