rategame-shared 1.1.182 → 1.1.183

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -328,7 +328,7 @@ exports.achievementsMap = {
328
328
  mad_march: {
329
329
  id: "mad_march",
330
330
  name: "Mad March",
331
- description: "Rate every March Madness game.",
331
+ description: "Rate every March Madness game in a season.",
332
332
  type: "league",
333
333
  league: "ncaa",
334
334
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.182",
3
+ "version": "1.1.183",
4
4
  "description": "This package contains shared resources for the Rate Game project.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",