diff --git a/features/association_members/association_members.features.inc b/features/association_members/association_members.features.inc
index c493552..fba2146 100644
--- a/features/association_members/association_members.features.inc
+++ b/features/association_members/association_members.features.inc
@@ -7,6 +7,6 @@
 /**
  * Implements hook_views_api().
  */
-function association_members_views_api() {
-  return array("version" => "3.0");
+function association_members_views_api($module = NULL, $api = NULL) {
+  return array("api" => "3.0");
 }
diff --git a/features/association_members/association_members.info b/features/association_members/association_members.info
index 7b8e79c..81d94c8 100644
--- a/features/association_members/association_members.info
+++ b/features/association_members/association_members.info
@@ -2,14 +2,14 @@ name = Association Members
 description = Drupal Association members
 core = 7.x
 package = ADO
-php = 5.2.4
-version = 7.x-1.0
+version = 7.x-1.x-dev
 project = association_members
 dependencies[] = profile
 dependencies[] = views
-datestamp = 1393294891
+dependencies[] = views_json
+datestamp = 1403054137
 features[ctools][] = views:views_default:3.0
-features[features_api][] = api:1
+features[features_api][] = api:2
 features[views_view][] = association_members
 features[views_view][] = organization_memberships
 project status url = https://drupal.org
diff --git a/features/association_members/association_members.views_default.inc b/features/association_members/association_members.views_default.inc
index 419b875..048ec15 100644
--- a/features/association_members/association_members.views_default.inc
+++ b/features/association_members/association_members.views_default.inc
@@ -768,12 +768,11 @@ These organizations help support the Drupal Association and make the large proje
     18 => '18',
     23 => '23',
     28 => '28',
-    33 => '33',
-    38 => '38',
     43 => '43',
     53 => '53',
     58 => '58',
-    63 => '63',
+    74 => '74',
+    75 => '75',
   );
   /* Filter criterion: CiviCRM Member: Status */
   $handler->display->display_options['filters']['status']['id'] = 'status';
