diff --git a/app/views/grants/_grant_assets.html.haml b/app/views/grants/_grant_assets.html.haml
index 6718ff27..fed9c49d 100644
--- a/app/views/grants/_grant_assets.html.haml
+++ b/app/views/grants/_grant_assets.html.haml
@@ -12,7 +12,7 @@
:pagination => 'true',
:show_pagination_switch => 'false',
:show_columns => 'false',
- :show_export => 'false',
+ :show_export => 'true',
:export_types => "['csv', 'txt', 'excel']",
:show_toggle => 'false',
:resizable => 'false',
diff --git a/lib/transam_accounting/version.rb b/lib/transam_accounting/version.rb
index 509d990f..e3b9a10b 100644
--- a/lib/transam_accounting/version.rb
+++ b/lib/transam_accounting/version.rb
@@ -1,3 +1,3 @@
module TransamAccounting
- VERSION = "2.5.1"
+ VERSION = "2.5.2"
end