Skip to content

Commit 1fb93a7

Browse files
author
Jonathan Stowe
committed
Rename module file
1 parent fcd5514 commit 1fb93a7

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.layout

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{
3636
"children": [
3737
{
38-
"name": "EuclideanRhythm.pm",
38+
"name": "EuclideanRhythm.rakumod",
3939
"type": "file"
4040
}
4141
],
@@ -48,4 +48,4 @@
4848
"type": "file"
4949
}
5050
]
51-
}
51+
}

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v0.0.6 Tue 6 Jan 09:24:50 GMT 2026
2+
* Rename module file
13
v0.0.5 Sun 7 Aug 09:44:16 BST 2022
24
* Upload to zef repository
35
v0.0.4 Fri 12 Mar 15:29:29 GMT 2021

META6.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "0.0.5",
2+
"version": "0.0.6",
33
"license": "Artistic-2.0",
44
"provides": {
5-
"EuclideanRhythm": "lib/EuclideanRhythm.pm"
5+
"EuclideanRhythm": "lib/EuclideanRhythm.rakumod"
66
},
77
"test-depends": [
88
],
@@ -32,4 +32,4 @@
3232
"euclid"
3333
],
3434
"raku": null
35-
}
35+
}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ would be implemented in another module.
6161

6262
This is free software. Please see the [LICENCE](LICENCE) file in the distribution.
6363

64-
© Jonathan Stowe 2016 - 2021
65-
64+
© Jonathan Stowe 2016 - 2026

0 commit comments

Comments
 (0)