Skip to content

Commit

Permalink
Merge pull request #4132 from nulib/deploy/staging
Browse files Browse the repository at this point in the history
Deploy v9.4.10 to production
  • Loading branch information
kdid authored Sep 10, 2024
2 parents 2532cca + f587d76 commit d1bf739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/js/services/global-vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export const REACTIVESEARCH_SORT_OPTIONS = [

export const IIIF_SIZES = {
IIIF_SQUARE: "/square/500,500/0/default.jpg",
IIIF_FULL: "/full/full/0/default.jpg",
IIIF_FULL_TIFF: "/full/full/0/default.tif",
IIIF_FULL: "/full/max/0/default.jpg",
IIIF_FULL_TIFF: "/full/max/0/default.tif",
};

// Browser localStorage variable used to hold code lists
Expand Down
2 changes: 1 addition & 1 deletion app/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Code.require_file("lib/env.ex")
defmodule Meadow.MixProject do
use Mix.Project

@app_version "9.4.9"
@app_version "9.4.10"

def project do
[
Expand Down

0 comments on commit d1bf739

Please sign in to comment.