Skip to content

Commit

Permalink
Routine card update
Browse files Browse the repository at this point in the history
  • Loading branch information
suitangi committed Jul 29, 2024
1 parent 25c1727 commit c5a2a84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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
```
7/29/2024: Routine card update
6/3/2024: Routine card update; new Dailies
4/13/2024: Routine card update; new Daily
2/23/2024: Routine card update; added new Daily Befuddles, added Ko-Fi button
Expand Down
2 changes: 1 addition & 1 deletion cardList.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.6.3";
const befuddleAppVersion = "2024.7.29";

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

0 comments on commit c5a2a84

Please sign in to comment.