Skip to content

Commit

Permalink
Bump to version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Aug 4, 2017
1 parent de4f668 commit 5665c5b
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.3;
$scope.appVersion = 0.4;
$scope.profileName = "myprofile";
$scope.searchResults = [];
$scope.categoryFacets = CategoryFacetService.categoryFacets;
Expand Down

0 comments on commit 5665c5b

Please sign in to comment.