Skip to content

Commit

Permalink
Bump to version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Aug 9, 2017
1 parent b4a5f51 commit 518579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/search/search.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ angular.module('search')
function($scope, CseRequestService, CseDataService, CategoryFacetService, RangeFacetService,
BreadcrumbService, FilterService, NerService, UserProfiles) {

$scope.appVersion = 0.4;
$scope.appVersion = 0.5;
$scope.profileName = "default";
$scope.profiles = UserProfiles;
$scope.structuredSearchResults = [];
Expand Down

0 comments on commit 518579c

Please sign in to comment.