We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdfda4 commit b5786ceCopy full SHA for b5786ce
Changes
@@ -2,6 +2,11 @@ Revision history for Sparky
2
3
{{$NEXT}}
4
5
+0.2.5 2024-05-30T13:30:00Z
6
+
7
+ - Add default login/password
8
+ for default authentication
9
10
0.2.4 2024-05-30T10:35:00Z
11
12
- Switch to bulma 1.0,
META6.json
@@ -42,5 +42,5 @@
42
},
43
"tags" : [ ],
44
"test-depends" : [ ],
45
- "version" : "0.2.4"
+ "version" : "0.2.5"
46
}
lib/Sparky.rakumod
@@ -1,6 +1,6 @@
1
use v6;
-unit module Sparky:ver<0.2.4>;
+unit module Sparky:ver<0.2.5>;
use YAMLish;
use DBIish;
use Time::Crontab;
0 commit comments