Skip to content

Commit

Permalink
bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p6steve committed Jun 2, 2023
1 parent a4cc4c0 commit aa563f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "CLI::Wordpress",
"description": "Simple wpcli command",
"version": "0.0.1",
"version": "0.0.2",
"perl": "6.d",
"authors": [
"librasteve"
Expand Down Expand Up @@ -33,4 +33,4 @@
],
"api": "1",
"source-url": "git://github.com/librasteve/raku-CLI-Wordpress.git"
}
}
2 changes: 1 addition & 1 deletion lib/CLI/Wordpress.rakumod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit module CLI::Wordpress:ver<0.0.1>:auth<Steve Roe (librasteve@furnival.net)>;
unit module CLI::Wordpress:ver<0.0.2>:auth<Steve Roe (librasteve@furnival.net)>;

use YAMLish;
use JSON::Fast;
Expand Down

0 comments on commit aa563f9

Please sign in to comment.