rategame-shared 1.1.299 → 1.1.300

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.
@@ -184,7 +184,7 @@ exports.achievementsMap = {
184
184
  take_titan: {
185
185
  id: "take_titan",
186
186
  name: "Take Titan",
187
- description: "Rate games with a takes across all leagues.",
187
+ description: "Rate games with a take across all leagues.",
188
188
  tiers: {
189
189
  bronze: { threshold: 100 },
190
190
  silver: { threshold: 500 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.299",
3
+ "version": "1.1.300",
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",