Skip to content

Commit

Permalink
version up, then mbtiny regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Aug 11, 2024
1 parent d75e33b commit 96d0b73
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is Copyright (c) 2023 by Kang-min Liu C<< <[email protected]> >>, Wei-Hon Chen.
This software is Copyright (c) 2024 by Kang-min Liu C<< <[email protected]> >>, Wei-Hon Chen.

This is free software, licensed under:

Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ t/2021.t
t/2022.t
t/2023.t
t/2024.t
t/2025.t
t/simple.t
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"provides" : {
"Date::Holidays::TW" : {
"file" : "lib/Date/Holidays/TW.pm",
"version" : "v0.5.0"
"version" : "v0.6.0"
}
},
"release_status" : "stable",
Expand All @@ -55,8 +55,8 @@
"web" : "https://github.com/perltaiwan/Date-Holidays-TW"
}
},
"version" : "v0.5.0",
"x_serialization_backend" : "JSON::PP version 4.07",
"version" : "v0.6.0",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_spdx_expression" : "MIT",
"x_static_install" : "1"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ name: Date-Holidays-TW
provides:
Date::Holidays::TW:
file: lib/Date/Holidays/TW.pm
version: v0.5.0
version: v0.6.0
requires:
DateTime: '0'
DateTime::Calendar::Chinese: '0'
resources:
bugtracker: https://github.com/perltaiwan/Date-Holidays-TW/issues
repository: https://github.com/perltaiwan/Date-Holidays-TW.git
version: v0.5.0
version: v0.6.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_spdx_expression: MIT
x_static_install: '1'
2 changes: 1 addition & 1 deletion lib/Date/Holidays/TW.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Date::Holidays::TW;
use strict;
use utf8;

our $VERSION = v0.5.0;
our $VERSION = v0.6.0;

use Exporter 'import';
our @EXPORT_OK = qw(is_tw_holiday tw_holidays);
Expand Down

0 comments on commit 96d0b73

Please sign in to comment.