rategame-shared 1.1.286 → 1.1.287

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.
@@ -123,7 +123,7 @@ exports.achievementsMap = {
123
123
  dog_days_of_summer: {
124
124
  id: "dog_days_of_summer",
125
125
  name: "Dog Days of Summer",
126
- description: "Rate games during the off-season of most leagues.",
126
+ description: "Rate games during the summer (June 21 - September 22).",
127
127
  tiers: {
128
128
  bronze: { threshold: 20 },
129
129
  silver: { threshold: 50 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.286",
3
+ "version": "1.1.287",
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",