Skip to content

Commit

Permalink
Update version number; prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed May 21, 2020
1 parent e68d712 commit 567939b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/LaTeX/Driver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
# Chris Travers <[email protected]> (current maintainer)
#
# COPYRIGHT
# Copyright (C) 2014 Chris Travers.
# Copyright (C) 2009-2013 Ford & Mason Ltd.
# Copyright (C) 2006-2007 Andrew Ford.
# Portions Copyright (C) 1996-2006 Andy Wardley.
# Copyright (C) 2020 Erik Huelsmann.
# Copyright (C) 2014 Chris Travers.
# Copyright (C) 2009-2013 Ford & Mason Ltd.
# Copyright (C) 2006-2007 Andrew Ford.
# Portions Copyright (C) 1996-2006 Andy Wardley.
#
# This module is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
Expand Down Expand Up @@ -39,7 +40,7 @@ use Capture::Tiny qw(capture);

Readonly our $DEFAULT_MAXRUNS => 10;

our $VERSION = "0.300.2";
our $VERSION = "1.0.0";

__PACKAGE__->mk_accessors( qw( basename basedir basepath options
source output tmpdir format timeout stderr
Expand Down Expand Up @@ -842,7 +843,7 @@ LaTeX::Driver - Latex driver
=head1 VERSION
This document describes version 0.200.4 of C<LaTeX::Driver>.
1.0.0
=head1 SYNOPSIS
Expand Down

0 comments on commit 567939b

Please sign in to comment.