We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29d869 commit 37677fcCopy full SHA for 37677fc
Changes
@@ -2,6 +2,10 @@ Revision history for Sparky
2
3
{{$NEXT}}
4
5
+0.2.6 2024-05-31T11:20:00Z
6
+
7
+ - Spruce up CSS
8
9
0.2.5 2024-05-30T13:30:00Z
10
11
- Add default login/password
META6.json
@@ -42,5 +42,5 @@
42
},
43
"tags" : [ ],
44
"test-depends" : [ ],
45
- "version" : "0.2.5"
+ "version" : "0.2.6"
46
}
lib/Sparky.rakumod
@@ -1,6 +1,6 @@
1
use v6;
-unit module Sparky:ver<0.2.5>;
+unit module Sparky:ver<0.2.6>;
use YAMLish;
use DBIish;
use Time::Crontab;
0 commit comments