Skip to content

Commit

Permalink
Fixed version and added fork information.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSTAVO08 committed Mar 30, 2022
1 parent 06f09fa commit 860f1f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ArmaToolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
bl_info = {
"name": "Arma: Toolbox",
"name": "Arma: Toolbox - Fork by Gustavo Martins",
"description": "Collection of tools for editing RV Engine content",
"author": "Hans-Joerg \"Alwarren\" Frieden.",
"version": (3, 1, 1),
"version": (3, 0, 5),
"blender": (2, 80, 0),
"location": "View3D > Panels",
"warning": '',
"wiki_url": "https://github.com/AlwarrenSidh/ArmAToolbox/wiki",
"tracker_url": "https://github.com/AlwarrenSidh/ArmAToolbox/issues",
"wiki_url": "",
"tracker_url": "",
"category": "3D View"}

import sys, os
Expand Down

0 comments on commit 860f1f8

Please sign in to comment.