diff --git a/.ruby-version b/.ruby-version index cd53e881..4f1a5881 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -jruby-9.1.5.0 +jruby-9.1.7.0 diff --git a/LICENSE.md b/LICENSE.md index b5469264..23dbe7ff 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (C) 2012-2016 Manuel Aristarán +Copyright (C) 2012-2017 Manuel Aristarán Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/build.xml b/build.xml index b03a6e36..c11294f9 100644 --- a/build.xml +++ b/build.xml @@ -5,7 +5,7 @@ - + @@ -17,7 +17,7 @@ - + - - + + - - + + @@ -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" diff --git a/build/dist-LICENSE.txt b/build/dist-LICENSE.txt index 73ae0934..396c807e 100644 --- a/build/dist-LICENSE.txt +++ b/build/dist-LICENSE.txt @@ -1,6 +1,6 @@ tabula and tabula-extractor -Copyright (C) 2012-2016 Manuel Aristarán +Copyright (C) 2012-2017 Manuel Aristarán Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/webapp/static/js/tabula.js b/webapp/static/js/tabula.js index e55a1f68..9dd74a48 100644 --- a/webapp/static/js/tabula.js +++ b/webapp/static/js/tabula.js @@ -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.