diff --git a/animation_animall.py b/animation_animall.py
index 64b0f45070abba18e22b5215a4ab37a9b5e14a22..fc9001ca8586e12c530dd9dc98a386e215840c56 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -19,12 +19,12 @@
 bl_info = {
     'name': 'AnimAll',
     'author': 'Daniel Salazar <zanqdo@gmail.com>',
-    'version': (0, 3),
+    'version': (0, 4),
     'blender': (2, 5, 5),
-    'api': 33625,
+    'api': 34513,
     'location': 'Select a Mesh: Toolbar > AnimAll panel',
     'description': 'Allows animation of mesh and lattice data (Shape Keys, VCols, VGroups, UVs)',
-    'warning': 'Blender API has some bugs around this still',
+    'warning': '',
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Animation/AnimAll',
     'tracker_url': 'http://projects.blender.org/tracker/index.php?'\
         'func=detail&aid=24874',