Skip to content

Commit

Permalink
Routine card udpate; added new Dailies
Browse files Browse the repository at this point in the history
  • Loading branch information
suitangi committed Apr 14, 2024
1 parent daf4278 commit b5eb2bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ A Magic: The Gathering card art letter guessing game similar to Hangman. With da

# Changelog
```
4/13/2024: Routine card update; new Daily
2/23/2024: Routine card update; added new Daily Befuddles, added Ko-Fi button
1/25/2024: Small bug fix (daylight savings 1 hour off bug)
1/2/2024: Routine card update, added new daily Befuddles
Expand Down
2 changes: 1 addition & 1 deletion cardList.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dailyList.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const canVibrate = window.navigator.vibrate;
const befuddleAppVersion = "2024.2.23";
const befuddleAppVersion = "2024.4.13";

//Helper: Get Query
function getParameterByName(name, url) {
Expand Down

0 comments on commit b5eb2bd

Please sign in to comment.