Skip to content

Commit

Permalink
Merge pull request #3071 from nulib/deploy/staging
Browse files Browse the repository at this point in the history
Deploy v6.0.1 to production
  • Loading branch information
mbklein authored May 19, 2022
2 parents b750975 + d5fe514 commit 2e1350f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/js/services/elasticsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const ELASTICSEARCH_AGGREGATION_FIELDS = {
};

export const allWorksQuery = {
track_total_hits: true,
query: {
bool: {
must: [
Expand Down
2 changes: 1 addition & 1 deletion app/mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Meadow.MixProject do
use Mix.Project

@app_version "6.0.0"
@app_version "6.0.1"

def project do
[
Expand Down

0 comments on commit 2e1350f

Please sign in to comment.