Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AL1L committed Feb 11, 2024
1 parent 26b410b commit 454a9b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bloxadmin-sdk",
"version": "1.124.0",
"version": "1.125.0",
"description": "",
"main": "src/lib.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Config } from "types";

export const BLOXADMIN_VERSION = 124;
export const BLOXADMIN_VERSION = 125;

export const DEFAULT_CONFIG: Config = {
api: {
Expand All @@ -21,7 +21,7 @@ export const DEFAULT_CONFIG: Config = {
disablePlayerlocation: false,
disableLocation: false,
disableMarketplace: false,
disallow: [],
disallow: ["scriptError"],
},
intervals: {
ingest: 15,
Expand Down

0 comments on commit 454a9b2

Please sign in to comment.