Skip to content

Commit 1a6b594

Browse files
committed
updated package and readme files to match the current version
1 parent 102de27 commit 1a6b594

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Assets/NikosAssets/U3DHelperTools/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h3 id="unity-package-dependency">Unity Package Dependency</h3>
6565
],
6666
<span class="hljs-string">"dependencies"</span>
6767
{
68-
<span class="hljs-string">"com.nikosassets.u3dhelpertools"</span>: <span class="hljs-string">"1.3.0"</span>
68+
<span class="hljs-string">"com.nikosassets.u3dhelpertools"</span>: <span class="hljs-string">"1.3.1"</span>
6969
}
7070
}
7171
</code></pre><h3 id="unity-project">Unity Project</h3>

Assets/NikosAssets/U3DHelperTools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.nikosassets.u3dhelpertools",
33
"displayName": "Unity3DHelperTools",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"unity": "2019.4",
66
"description": "This open-source package contains a collection of handy scripts like math algorithms (E.g. Vector & Quaternion helpers) for the Unity3D runtime environment and the Editor as well",
77
"keywords": [ "utility", "inspector", "editor", "algorithms", "helpers", "common" ],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Or alternatively (without git urls):
8989
],
9090
"dependencies"
9191
{
92-
"com.nikosassets.u3dhelpertools": "1.3.0"
92+
"com.nikosassets.u3dhelpertools": "1.3.1"
9393
}
9494
}
9595
```

0 commit comments

Comments
 (0)