Skip to content

Commit

Permalink
Changed version to 2.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed May 20, 2020
1 parent fed2c12 commit 61f3083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


<!-- Pull in correct theme configuration, then use Require.js to manage dependencies -->
<script id="loader" type="text/javascript" src="/metacatui/loader.js?v=2.11.4"
<script id="loader" type="text/javascript" src="/metacatui/loader.js?v=2.11.5"
data-theme="default"
data-metacat-context="metacat"
data-map-key="YOUR-GOOGLE-MAPS-API-KEY"
Expand Down
2 changes: 1 addition & 1 deletion src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MetacatUI.root = "/metacatui"
MetacatUI.root = MetacatUI.root.replace(/\/$/, "");

//This version of Metacat UI - used for cache busting
MetacatUI.metacatUIVersion = "2.11.4";
MetacatUI.metacatUIVersion = "2.11.5";

MetacatUI.loadTheme = function(theme) {
var script = document.createElement("script");
Expand Down

0 comments on commit 61f3083

Please sign in to comment.