File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 5
5
<property name =" build.dir" value =" build" />
6
6
<property name =" mac.dir" value =" ${ build.dir } /mac" />
7
7
<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 " />
9
9
<property name =" launch4j.dir" location =" ${ build.dir } /../launch4j" />
10
10
<property name =" launch4j.bindir" location =" ${ build.dir } /../launch4j/bin" />
11
11
56
56
[3]: https://developer.apple.com/account/mac/certificate/certificateList.action
57
57
-->
58
58
<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" />
64
60
<!-- <arg line="-f -s 'Tabula' ${build.dir}/mac/Tabula.app" /> -->
65
61
</exec >
66
62
</target >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ window.Tabula = Tabula || {};
3
3
$ . ajaxSetup ( { cache : false } ) ; // fixes a dumb issue where Internet Explorer caches Ajax requests. See https://github.com/tabulapdf/tabula/issues/408
4
4
var base_uri = $ ( 'base' ) . attr ( "href" ) ;
5
5
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.
7
7
// Add '-pre' to the end of this for a prerelease version; this will let
8
8
// our "new version" check give you that channel.
9
9
You can’t perform that action at this time.
0 commit comments