Skip to content

Commit

Permalink
0.997017
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Apr 28, 2024
1 parent 923bf2b commit af15536
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for App-cpm

{{$NEXT}}

0.997017 2024-04-29 06:15:24 JST
- Add workaround for fork(2) on macOS again (#246, #248)

0.997016 2024-04-29 04:19:28 JST
- Add workaround for fork(2) on macOS (#246, #247)
- Add document abount --prebuilt behaviour (telenieko #244)
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"provides" : {
"App::cpm" : {
"file" : "lib/App/cpm.pm",
"version" : "0.997016"
"version" : "0.997017"
},
"App::cpm::CLI" : {
"file" : "lib/App/cpm/CLI.pm"
Expand Down Expand Up @@ -149,7 +149,7 @@
"web" : "https://github.com/skaji/cpm"
}
},
"version" : "0.997016",
"version" : "0.997017",
"x_contributors" : [
"Andrew Rodland <andrew@cleverdomain.org>",
"Dave Rolsky <autarch@urth.org>",
Expand Down
8 changes: 4 additions & 4 deletions cpm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/App/cpm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package App::cpm;
use strict;
use warnings;

our $VERSION = '0.997016';
our $VERSION = '0.997017';
our ($GIT_DESCRIBE, $GIT_URL);

1;
Expand Down

0 comments on commit af15536

Please sign in to comment.