Skip to content

Commit 9748807

Browse files
committed
version
1 parent 8c79e3e commit 9748807

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
packages.default = pkgs.buildGoModule {
6868
pname = "mms";
69-
version = "0.4.2";
69+
version = "0.4.3";
7070
src = ./.;
7171
vendorHash = null;
7272
# If you use vendoring, run `go mod vendor` and replace null with the hash
@@ -79,7 +79,7 @@
7979

8080
packages.wasm = pkgs.stdenvNoCC.mkDerivation {
8181
pname = "mms-wasm";
82-
version = "0.4.2";
82+
version = "0.4.3";
8383
src = ./.;
8484
buildInputs = [ pkgs.go ];
8585
buildPhase = ''

wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraftmetascript/mms-wasm",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"keywords": [],
55
"author": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)