diff --git a/build.xml b/build.xml index 38d351ae..d3dbb938 100644 --- a/build.xml +++ b/build.xml @@ -5,7 +5,7 @@ - + diff --git a/webapp/static/js/tabula.js b/webapp/static/js/tabula.js index 9d7f15e9..cb33b3cc 100644 --- a/webapp/static/js/tabula.js +++ b/webapp/static/js/tabula.js @@ -3,7 +3,7 @@ window.Tabula = Tabula || {}; $.ajaxSetup({ cache: false }); // fixes a dumb issue where Internet Explorer caches Ajax requests. See https://github.com/tabulapdf/tabula/issues/408 var base_uri = $('base').attr("href"); -Tabula.UI_VERSION = "1.2.0-2018-02-27"; // when we make releases, we should remember to up this. +Tabula.UI_VERSION = "1.2.1-2018-05-22"; // when we make releases, we should remember to up this. // Add '-pre' to the end of this for a prerelease version; this will let // our "new version" check give you that channel.