From 9849c4f93e7b329e7aad48f770287dbd2cdba8a3 Mon Sep 17 00:00:00 2001 From: Manuel Aristaran Date: Tue, 22 May 2018 13:05:24 -0500 Subject: [PATCH] Release ritual for Tabula 1.2.1 --- build.xml | 2 +- webapp/static/js/tabula.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.