Skip to content

Commit 9849c4f

Browse files
committed
Release ritual for Tabula 1.2.1
1 parent 3b1f4d0 commit 9849c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<property name="build.dir" value="build"/>
66
<property name="mac.dir" value="${build.dir}/mac" />
77
<property name="windows.dir" value="${build.dir}/windows" />
8-
<property name="full_version" value="1.2.0.18022700"/>
8+
<property name="full_version" value="1.2.1.18052200"/>
99
<property name="launch4j.dir" location="${build.dir}/../launch4j" />
1010
<property name="launch4j.bindir" location="${build.dir}/../launch4j/bin" />
1111

webapp/static/js/tabula.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ window.Tabula = Tabula || {};
33
$.ajaxSetup({ cache: false }); // fixes a dumb issue where Internet Explorer caches Ajax requests. See https://github.com/tabulapdf/tabula/issues/408
44
var base_uri = $('base').attr("href");
55

6-
Tabula.UI_VERSION = "1.2.0-2018-02-27"; // when we make releases, we should remember to up this.
6+
Tabula.UI_VERSION = "1.2.1-2018-05-22"; // when we make releases, we should remember to up this.
77
// Add '-pre' to the end of this for a prerelease version; this will let
88
// our "new version" check give you that channel.
99

0 commit comments

Comments
 (0)