Skip to content

Commit

Permalink
release ritual for tabula 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtigas committed Feb 11, 2017
1 parent 1b02f31 commit 7b948db
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jruby-9.1.5.0
jruby-9.1.7.0
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2012-2016 Manuel Aristarán <jazzido@jazzido.com>
Copyright (C) 2012-2017 Manuel Aristarán <jazzido@jazzido.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 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.0.16092117"/>
<property name="full_version" value="1.1.1.17021116"/>
<property name="launch4j.dir" location="${build.dir}/../launch4j" />
<property name="launch4j.bindir" location="${build.dir}/../launch4j/bin" />

Expand All @@ -17,7 +17,7 @@
<mkdir dir="${mac.dir}"/>

<!-- this must be a real JDK -->
<property name="java_home" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk/Contents/Home"/>
<property name="java_home" value="/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home"/>

<taskdef
name="bundleapp"
Expand Down Expand Up @@ -56,12 +56,12 @@
[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_102.jdk" /> -->
<arg line="-f -s 'Tabula' ${build.dir}/mac/Tabula.app/Contents/PlugIns/jdk1.8.0_102.jdk" />
<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 'Tabula' ${build.dir}/mac/Tabula.app" />
<arg line="-f -s 'Developer ID Application: Mike Tigas (68QUP6KP2C)' ${build.dir}/mac/Tabula.app" />
<!-- <arg line="-f -s 'Tabula' ${build.dir}/mac/Tabula.app" /> -->
</exec>
</target>

Expand Down Expand Up @@ -91,7 +91,7 @@
fileVersion="${full_version}"
txtFileVersion="${full_version}"
fileDescription="tabula"
copyright="© 2012-2015 Manuel Aristarán"
copyright="© 2012-2017 Manuel Aristarán"
productVersion="${full_version}"
txtProductVersion="${full_version}"
productName="Tabula"
Expand Down
2 changes: 1 addition & 1 deletion build/dist-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tabula and tabula-extractor

Copyright (C) 2012-2016 Manuel Aristarán <jazzido@jazzido.com>
Copyright (C) 2012-2017 Manuel Aristarán <jazzido@jazzido.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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 @@ -2,7 +2,7 @@ var Tabula;
window.Tabula = Tabula || {};
$.ajaxSetup({ cache: false }); // fixes a dumb issue where Internet Explorer caches Ajax requests. See https://github.com/tabulapdf/tabula/issues/408

Tabula.UI_VERSION = "1.1.0-2016-09-21" // when we make releases, we should remember to up this.
Tabula.UI_VERSION = "1.1.1-2017-02-11" // 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 7b948db

Please sign in to comment.