Skip to content

Commit

Permalink
feat: add ludum dare 49 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibirius authored Oct 25, 2021
1 parent 3820e4e commit c93eb80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"lastLudum": 48,
"lastLudum": 49,
"compo": [
735,
1145,
800,
1383,
Expand Down Expand Up @@ -51,6 +52,7 @@
0
],
"jam": [
2204,
2721,
2406,
3576,
Expand Down
3 changes: 2 additions & 1 deletion lib/ludumdare/ludumDateAPIs.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ export default {
'159347': { ludum: 45, grades },
'176557': { ludum: 46, grades },
'212256': { ludum: 47, grades },
'233335': { ludum: 48, grades }
'233335': { ludum: 48, grades },
'258323': { ludum: 49, grades }
}

0 comments on commit c93eb80

Please sign in to comment.