mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 10:56:06 -04:00
Bump version to 3.1.0
This commit is contained in:
parent
d4f1d28b2e
commit
556b42806a
@ -2,7 +2,7 @@ package main
|
|||||||
|
|
||||||
// Build constants
|
// Build constants
|
||||||
|
|
||||||
const VERSION = "3.0.0"
|
const VERSION = "3.1.0"
|
||||||
|
|
||||||
const REPOSITORY_URL = "https://github.com/unmojang/drasl"
|
const REPOSITORY_URL = "https://github.com/unmojang/drasl"
|
||||||
const SWAGGER_UI_URL = "https://doc.drasl.unmojang.org"
|
const SWAGGER_UI_URL = "https://doc.drasl.unmojang.org"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
nixpkgs,
|
nixpkgs,
|
||||||
buildNodeModules,
|
buildNodeModules,
|
||||||
}: let
|
}: let
|
||||||
version = "3.0.0";
|
version = "3.1.0";
|
||||||
|
|
||||||
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
|
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user