Commit 9849c4f 1 parent 3b1f4d0 commit 9849c4f Copy full SHA for 9849c4f
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
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.2.0.18022700 " />
8
+ <property name =" full_version" value =" 1.2.1.18052200 " />
9
9
<property name =" launch4j.dir" location =" ${ build.dir } /../launch4j" />
10
10
<property name =" launch4j.bindir" location =" ${ build.dir } /../launch4j/bin" />
11
11
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.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.
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