Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Jul 11, 2022
1 parent 7775512 commit 17a9aca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions App-MHFS/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Revision history for App-MHFS, note the CHANGELOG.md of the repository is much more comprehensive
v0.4.0 2022-07-11
Bump versionfor MHFS release.

v0.3.0 2022-06-30
First packaged version, released on an unsuspecting world.
Expand Down
2 changes: 1 addition & 1 deletion App-MHFS/lib/App/MHFS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6948,7 +6948,7 @@ package MHFS::Plugin::VideoLibrary {
}

package App::MHFS; #Media Http File Server
use version; our $VERSION = version->declare("v0.3.0");
use version; our $VERSION = version->declare("v0.4.0");
use strict; use warnings;
use feature 'say';

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MHFS Changelog
## [Unreleased 0.4.0](https://github.com/G4Vi/MHFS/compare/v0.3.0...dev) - 2022-07-XX
## [0.4.0](https://github.com/G4Vi/MHFS/compare/v0.3.0...v0.4.0) - 2022-07-11
### Added
- Automated builds via github ci `.github/workflows/build.yml`
- cpanfile for easier dev and ci operation
Expand Down
2 changes: 2 additions & 0 deletions MHFS-XS/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Revision history for MHFS-XS, note the CHANGELOG.md of the repository is much more comprehensive
v0.2.0 2022-07-11
Fixed compile error when building with non-MULTIPLICITY perl

v0.1.0 2022-06-30
First packaged version, released on an unsuspecting world.
Expand Down
2 changes: 1 addition & 1 deletion MHFS-XS/lib/MHFS/XS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package MHFS::XS;
use 5.020002;
use strict;
use warnings;
use version; our $VERSION = version->declare("v0.1.0");
use version; our $VERSION = version->declare("v0.2.0");

require Exporter;

Expand Down

0 comments on commit 17a9aca

Please sign in to comment.