rategame-shared 1.1.307 → 1.1.308

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.
@@ -115,8 +115,8 @@ exports.achievementsMap = {
115
115
  description: "Rate games on January 1st.",
116
116
  tiers: {
117
117
  bronze: { threshold: 1 },
118
- silver: { threshold: 5 },
119
- gold: { threshold: 10 },
118
+ silver: { threshold: 6 },
119
+ gold: { threshold: 9 },
120
120
  },
121
121
  type: "global",
122
122
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rategame-shared",
3
- "version": "1.1.307",
3
+ "version": "1.1.308",
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",