Skip to content

Commit b0fa70c

Browse files
committed
chore: version
1 parent 326729a commit b0fa70c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/release.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,13 @@ jobs:
5555

5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
59+
- name: Trigger UI Update
60+
run: |
61+
curl -L \
62+
-X POST \
63+
-H "Accept: application/vnd.github+json" \
64+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
65+
-H "X-GitHub-Api-Version: 2022-11-28" \
66+
https://api.github.com/repos/MinecraftMetascript/ui/dispatches \
67+
-d '{"event_type":"mms_release"}'

flake.nix

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

6868
packages.default = pkgs.buildGoModule {
6969
pname = "mms";
70-
version = "0.2.5";
70+
version = "0.2.6";
7171
src = ./.;
7272
vendorHash = null;
7373
# If you use vendoring, run `go mod vendor` and replace null with the hash
@@ -80,7 +80,7 @@
8080

8181
packages.wasm = pkgs.stdenvNoCC.mkDerivation {
8282
pname = "mms-wasm";
83-
version = "0.2.5";
83+
version = "0.2.6";
8484
src = ./.;
8585
buildInputs = [ pkgs.go ];
8686
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.2.5",
3+
"version": "0.2.6",
44
"keywords": [],
55
"author": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)