diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index a21a74d7898513ee252389e49557438d28dd0a18..a42870c66677917b80b107f352f3312a76541425 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -19,9 +19,9 @@
 
 bl_info = {
     "name": "Texture Atlas",
-    "author": "Andreas Esau, Paul Geraskin",
+    "author": "Andreas Esau, Paul Geraskin, Campbell Barton",
     "version": (0, 18),
-    "blender": (2, 6, 6),
+    "blender": (2, 6, 7),
     "location": "Properties > Render",
     "description": "A simple Texture Atlas for unwrapping many objects. It creates additional UV",
     "wiki_url": "http://code.google.com/p/blender-addons-by-mifth/",