Skip to content

Commit

Permalink
Fix deprecation date
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Oct 9, 2022
1 parent 6f1a360 commit eeadc02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/codes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ document.addEventListener("keypress", (event) => {

/* Deprecation notice */
const date = new Date()
const release = new Date("2021-11-08")
const release = new Date("2022-11-10")

if (date > release) {
document.querySelector(".deprecation").style.display = "block"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@playwright/test": "^1.26.1",
"@tailwindcss/forms": "^0.5.3",
"concurrently": "^7.4.0",
"electron": "^21.0.1",
"electron": "^21.1.0",
"electron-builder": "^23.3.3",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
Expand Down

0 comments on commit eeadc02

Please sign in to comment.