Skip to content

Commit

Permalink
Rename library files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Jul 3, 2023
1 parent 025d902 commit ece831a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .layout
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"purpose": null,
"children": [
{
"name": "LibraryCheck.pm",
"name": "LibraryCheck.rakumod",
"type": "file"
}
],
Expand All @@ -44,4 +44,4 @@
}
],
"type": "layout"
}
}
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v0.0.12 Mon 3 Jul 14:13:00 BST 2023
* Rename library files
v0.0.11 Sun 7 Aug 09:48:07 BST 2022
* Upload to zef repository
v0.0.10 Mon 29 Mar 11:14:39 BST 2021
Expand Down
6 changes: 3 additions & 3 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.11",
"version": "0.0.12",
"depends": [
],
"meta-version": "1",
Expand All @@ -10,7 +10,7 @@
"name": "LibraryCheck",
"raku": "6.*",
"provides": {
"LibraryCheck": "lib/LibraryCheck.pm"
"LibraryCheck": "lib/LibraryCheck.rakumod"
},
"license": "Artistic-2.0",
"resources": [
Expand All @@ -32,4 +32,4 @@
"test-depends": [
"Test"
]
}
}
File renamed without changes.

0 comments on commit ece831a

Please sign in to comment.