Skip to content

Commit d1fdae9

Browse files
committed
Release ritual for Tabula 1.2.0
1 parent 40e1d05 commit d1fdae9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

build.xml

Lines changed: 2 additions & 6 deletions
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.1.1.17021116"/>
8+
<property name="full_version" value="1.2.0.18022700"/>
99
<property name="launch4j.dir" location="${build.dir}/../launch4j" />
1010
<property name="launch4j.bindir" location="${build.dir}/../launch4j/bin" />
1111

@@ -56,11 +56,7 @@
5656
[3]: https://developer.apple.com/account/mac/certificate/certificateList.action
5757
-->
5858
<exec executable="codesign" os="Mac OS X">
59-
<arg line="-f -s 'Developer ID Application: Mike Tigas (68QUP6KP2C)' ${build.dir}/mac/Tabula.app/Contents/PlugIns/jdk1.8.0_121.jdk" />
60-
<!-- <arg line="-f -s 'Tabula' ${build.dir}/mac/Tabula.app/Contents/PlugIns/jdk1.8.0_121.jdk" /> -->
61-
</exec>
62-
<exec executable="codesign" os="Mac OS X">
63-
<arg line="-f -s 'Developer ID Application: Mike Tigas (68QUP6KP2C)' ${build.dir}/mac/Tabula.app" />
59+
<arg line="-f -s 'Developer ID Application: Mike Tigas (68QUP6KP2C)' --deep ${build.dir}/mac/Tabula.app" />
6460
<!-- <arg line="-f -s 'Tabula' ${build.dir}/mac/Tabula.app" /> -->
6561
</exec>
6662
</target>

webapp/static/js/tabula.js

Lines changed: 1 addition & 1 deletion
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.1.1-2017-02-11" // when we make releases, we should remember to up this.
6+
Tabula.UI_VERSION = "1.2.0-2018-02-27"; // 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)