Skip to content

Commit

Permalink
bump version to fix the missing module listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Demayl committed May 25, 2023
1 parent 64081f2 commit 94ec960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"perl" : "6.*",
"name" : "Terminal::Size",
"license" : "Artistic-2.0",
"version" : "1.0.0",
"version" : "1.0.1",
"description" : "Raku library to getting the size of your terminal.",
"tags" : ["Terminal", "Size", "ioctl", "console", "term"],
"provides": {
Expand Down
2 changes: 1 addition & 1 deletion lib/Terminal/Size.rakumod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit module Terminal::Size;
unit module Terminal::Size:ver<1.0.1>:auth<github:demayl>;
use NativeCall;

# from termios.h
Expand Down

0 comments on commit 94ec960

Please sign in to comment.