Skip to content

Commit 140fc60

Browse files
committed
Update version number to 1.20.0
1 parent 3f3975d commit 140fc60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fantasy-manager",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"private": true,
55
"scripts": {
66
"dev": "export NODE_ENV=development APP_ENV=development && npm run start2:part1 && npm run dev:part2",

scripts/startup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function compilePlugins() {
123123
compareSemanticVersions(
124124
json.min_version || "0.0.1",
125125
currentVersion,
126-
) !== 1
126+
) === -1
127127
) {
128128
console.error(
129129
`Plugin ${e.name} is not compatible with the current version of the program`,

0 commit comments

Comments
 (0)