diff --git a/file_entity.module b/file_entity.module
index 5e6cddb..229617f 100644
--- a/file_entity.module
+++ b/file_entity.module
@@ -1554,6 +1554,9 @@ function file_entity_ctools_plugin_api($owner, $api) {
   if ($owner == 'file_entity' && $api == 'file_type') {
     return array('version' => 1);
   }
+  if ($owner == 'file_entity' && $api == 'file_default_displays') {
+    return array('version' => 1);
+  }
 }
 
 /**
