Skip to content

Commit

Permalink
incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Sep 30, 2021
1 parent ce188c3 commit cff4c76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions io_import_rbsp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@

bl_info = {
"name": "io_import_rbsp",
"author": "Jared Ketterer (Bikkie)",
"version": (1, 00, 0),
"author": "Jared Ketterer (snake-biscuits / Bikkie)",
"version": (1, 1, 0),
"blender": (2, 93, 0),
"location": "File > Import > Titanfall Engine .bsp",
"description": "Import maps from Titanfall, Titanfall 2 & Apex Legends",
"doc_url": "https://github.com/snake-biscuits/io_import_rbsp",
"tracker_url": "https://github.com/snake-biscuits/io_import_rbsp/issues",
"category": "Import-Export"
}
"category": "Import-Export"}


class ImportRBSP(Operator, ImportHelper):
Expand Down

0 comments on commit cff4c76

Please sign in to comment.