Skip to content

Commit

Permalink
Release ritual for Tabula 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzido committed Feb 27, 2018
1 parent 40e1d05 commit d1fdae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="build.dir" value="build"/>
<property name="mac.dir" value="${build.dir}/mac" />
<property name="windows.dir" value="${build.dir}/windows" />
<property name="full_version" value="1.1.1.17021116"/>
<property name="full_version" value="1.2.0.18022700"/>
<property name="launch4j.dir" location="${build.dir}/../launch4j" />
<property name="launch4j.bindir" location="${build.dir}/../launch4j/bin" />

Expand Down Expand Up @@ -56,11 +56,7 @@
[3]: https://developer.apple.com/account/mac/certificate/certificateList.action
-->
<exec executable="codesign" os="Mac OS X">
<arg line="-f -s 'Developer ID Application: Mike Tigas (68QUP6KP2C)' ${build.dir}/mac/Tabula.app/Contents/PlugIns/jdk1.8.0_121.jdk" />
<!-- <arg line="-f -s 'Tabula' ${build.dir}/mac/Tabula.app/Contents/PlugIns/jdk1.8.0_121.jdk" /> -->
</exec>
<exec executable="codesign" os="Mac OS X">
<arg line="-f -s 'Developer ID Application: Mike Tigas (68QUP6KP2C)' ${build.dir}/mac/Tabula.app" />
<arg line="-f -s 'Developer ID Application: Mike Tigas (68QUP6KP2C)' --deep ${build.dir}/mac/Tabula.app" />
<!-- <arg line="-f -s 'Tabula' ${build.dir}/mac/Tabula.app" /> -->
</exec>
</target>
Expand Down
2 changes: 1 addition & 1 deletion webapp/static/js/tabula.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1-2017-02-11" // when we make releases, we should remember to up this.
Tabula.UI_VERSION = "1.2.0-2018-02-27"; // 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.

Expand Down

0 comments on commit d1fdae9

Please sign in to comment.