Skip to content

Commit

Permalink
Fix: Version
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Apr 1, 2017
1 parent 9657d90 commit 8d5ef8d
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions uv_magic_uv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


bl_info = {
"name": "Magic UV",
"author": "Nutti, Mifth, kgeogeo, mem, Keith (Wahooney) Boshoff, McBuff, MaxRobinot",
"version": (4, 2),
"author": "Nutti, Mifth, Jace Priester, kgeogeo, mem, Keith (Wahooney) Boshoff, McBuff, MaxRobinot",
"version": (4, 3),
"blender": (2, 77, 0),
"location": "See Add-ons Preferences",
"description": "UV Manipulator Tools. See Add-ons Preferences for details",
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
4 changes: 2 additions & 2 deletions uv_magic_uv/muv_cpuv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#
# ##### END GPL LICENSE BLOCK #####

__author__ = "Nutti <nutti.metro@gmail.com>"
__author__ = "Nutti <nutti.metro@gmail.com>, Jace Priester"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_cpuv_selseq_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_fliprot_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_mirroruv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Keith (Wahooney) Boshoff, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_mvuv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "kgeogeo, mem, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_packuv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_preserve_uv_aspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_props.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_texlock_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"

import math
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_texproj_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"

from collections import namedtuple
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_transuv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>, Mifth, MaxRobinot"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"

from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_unwrapconst_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_uvbb_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down
2 changes: 1 addition & 1 deletion uv_magic_uv/muv_wsuv_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "McBuff, Nutti <nutti.metro@gmail.com>"
__status__ = "production"
__version__ = "4.2"
__version__ = "4.3"
__date__ = "1 Apr 2017"


Expand Down

0 comments on commit 8d5ef8d

Please sign in to comment.