Skip to content

Commit

Permalink
change minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Sep 28, 2023
1 parent 0f3b21d commit 22320aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const truncate = (str: string, maxLen: number) => {

export let defaultVersion: string;
export let versions: Array<string>;
const minSupport = "1.0.0";
const minSupport = "1.3.0";
const minNewLayout = "1.8.0";
export function refreshVersions() {
defaultVersion = execSync("npm show oceanic.js version").toString().slice(0, -1);
Expand Down

0 comments on commit 22320aa

Please sign in to comment.