Skip to content

Commit

Permalink
⬆️ Bump metadata's schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored May 26, 2021
1 parent a7cf1e7 commit ca8034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/tools/auto/schemaValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import axios from "axios";
import { readFileSync } from "fs";
import { validate } from "jsonschema";

const latestMetadataSchema = "https://schemas.premid.app/metadata/1.3",
const latestMetadataSchema = "https://schemas.premid.app/metadata/1.4",
stats = {
validated: 0,
validatedWithWarnings: 0,
Expand Down

0 comments on commit ca8034c

Please sign in to comment.