Skip to content

Commit

Permalink
Update version number to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasdotcom committed Jun 15, 2024
1 parent 3f3975d commit 140fc60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fantasy-manager",
"version": "1.19.0",
"version": "1.20.0",
"private": true,
"scripts": {
"dev": "export NODE_ENV=development APP_ENV=development && npm run start2:part1 && npm run dev:part2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/startup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async function compilePlugins() {
compareSemanticVersions(
json.min_version || "0.0.1",
currentVersion,
) !== 1
) === -1
) {
console.error(
`Plugin ${e.name} is not compatible with the current version of the program`,
Expand Down

0 comments on commit 140fc60

Please sign in to comment.