ant landscape: update version information

This commit is contained in:
Brendon Murphy 2017-07-02 18:24:43 +10:00
parent 022c438f26
commit 5f6db29604
1 changed files with 3 additions and 3 deletions

View File

@ -22,14 +22,14 @@
bl_info = {
"name": "A.N.T.Landscape",
"author": "Jim Hazevoet",
"version": (0, 1, 7),
"blender": (2, 77, 0),
"version": (0, 1, 8),
"blender": (2, 78, 0),
"location": "View3D > Tool Shelf",
"description": "Another Noise Tool: Landscape and Displace",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Add_Mesh/ANT_Landscape",
"category": "Mesh",
"category": "Add Mesh",
}
if "bpy" in locals():