Skip to content

Commit 37677fc

Browse files
authoredMay 31, 2024··
0.2.6 release!
1 parent b29d869 commit 37677fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎Changes

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Revision history for Sparky
22

33
{{$NEXT}}
44

5+
0.2.6 2024-05-31T11:20:00Z
6+
7+
- Spruce up CSS
8+
59
0.2.5 2024-05-30T13:30:00Z
610

711
- Add default login/password

‎META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
},
4343
"tags" : [ ],
4444
"test-depends" : [ ],
45-
"version" : "0.2.5"
45+
"version" : "0.2.6"
4646
}

‎lib/Sparky.rakumod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use v6;
22

3-
unit module Sparky:ver<0.2.5>;
3+
unit module Sparky:ver<0.2.6>;
44
use YAMLish;
55
use DBIish;
66
use Time::Crontab;

0 commit comments

Comments
 (0)
Please sign in to comment.