Skip to content

Commit

Permalink
Release 2.0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Dec 24, 2023
1 parent d97885b commit 40108fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ledfx",
"version": "2.0.85",
"version": "2.0.86",
"description": "LedFx v2 - BladeMOD",
"author": "YeonV aka Blade",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function App() {
height={height}
/>
)}
{new Date().getFullYear() === 2022 && (
{new Date().getFullYear() === 2023 && (
<div
style={{
margin: 'auto',
Expand All @@ -171,7 +171,7 @@ export default function App() {
}}
/>
)}
{new Date().getFullYear() === 2023 &&
{new Date().getFullYear() === 2024 &&
new Date().getMonth() === 0 &&
new Date().getDate() === 1 && (
<div
Expand Down

0 comments on commit 40108fb

Please sign in to comment.