Skip to content

Commit

Permalink
Update to version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Jul 28, 2017
1 parent 550adff commit 078d4d0
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, userProfiles, schemaorgVocab) {

$scope.appVersion = 0.1;
$scope.appVersion = 0.2;
$scope.profileName = "restricted";
$scope.searchResults = [];
$scope.categoryFacets = CategoryFacetService.categoryFacets;
Expand Down

0 comments on commit 078d4d0

Please sign in to comment.