Bump to 2.1.1

This commit is contained in:
Evan Goode 2025-01-15 20:18:14 -05:00
parent 4ebea52c60
commit c965be790f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package main
// Build constants
const VERSION = "2.1.0"
const VERSION = "2.1.1"
const REPOSITORY_URL = "https://github.com/unmojang/drasl"

View File

@ -14,7 +14,7 @@
nixpkgs,
buildNodeModules,
}: let
version = "2.1.0";
version = "2.1.1";
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];