Skip to content

Commit

Permalink
Bump versiopn to 2.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
emaijala committed Nov 21, 2024
1 parent bc7365e commit f914604
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk --no-cache add nginx php83-ctype php83-mbstring php83-fpm php83-mysqli p

WORKDIR /work

RUN curl -o mlinvoice.zip https://labs.fi/files/mlinvoice-2.3.0.zip
RUN curl -o mlinvoice.zip https://labs.fi/files/mlinvoice-2.3.1.zip
RUN unzip mlinvoice.zip
RUN rm mlinvoice.zip

Expand Down
2 changes: 2 additions & 0 deletions mlinvoice.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ EOM
%{_datadir}/%{name}

%changelog
* Thu 21 Nov 2024 Ere Maijala <ere@labs.fi> - 2.3.1
- updated for version 2.3.1
* Sun 03 Nov 2024 Ere Maijala <ere@labs.fi> - 2.3.0
- updated for version 2.3.0
* Sat 25 Oct 2024 Ere Maijala <ere@labs.fi> - 2.2.1
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
* @link http://labs.fi/mlinvoice.eng.php
*/
// Version in Semver (https://semver.org/) compatible form (e.g. 1.2.3 or 1.2.3-beta.1)
$softwareVersion = '2.3.0';
$softwareVersion = '2.3.1';

0 comments on commit f914604

Please sign in to comment.