Skip to content

Commit

Permalink
Version increment.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim2266 committed Feb 13, 2020
1 parent d266d50 commit f21e037
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crop-image
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

set -o pipefail

VER="v0.8.0"
VER="v0.8.1"

# display usage string and exit
exit_with_usage() {
Expand Down
2 changes: 1 addition & 1 deletion norm-image
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

VER="v0.8.0"
VER="v0.8.1"

usage() {
cat >&2 <<-EOF
Expand Down
2 changes: 1 addition & 1 deletion norm-page
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ s/^\p{PosixSpace}+|\p{PosixSpace}+$//g;
# extremely naive sentence boundary detector
# see https://ir.shef.ac.uk/cloughie/papers/sentences.pdf for the problem description,
# or just use Lingua::Sentence;
$_ .= $_ =~ /[\.?!]$/ ? "\n\n" : "\n";
$_ .= /[\.?!]$/ ? "\n\n" : "\n";
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.0
v0.8.1

0 comments on commit f21e037

Please sign in to comment.