Skip to content

Commit e089f14

Browse files
committed
Update Copyright 2024
1 parent 9b94e15 commit e089f14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Please feel free to open an issue or reach out through one of the channel below.
134134

135135
BSD Zero Clause License
136136

137-
Copyright © 2023 Codelessly
137+
Copyright © 2024 Codelessly
138138

139139
Permission to use, copy, modify, and/or distribute this software for any
140140
purpose with or without fee is hereby granted.

lib/components/blog.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class Footer extends StatelessWidget {
266266
padding: const EdgeInsets.symmetric(vertical: 40),
267267
child: const Align(
268268
alignment: Alignment.centerRight,
269-
child: TextBody(text: "Copyright © 2023"),
269+
child: TextBody(text: "Copyright © 2024"),
270270
),
271271
);
272272
}

0 commit comments

Comments
 (0)