From c5c0735ec869c8264ae23d809a85d5fdb2d50fbc Mon Sep 17 00:00:00 2001 From: Harley Coughlin <104121493+Cthuloops@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:00:50 -0400 Subject: [PATCH] fix(dis/manifest): update file locations to reflect project structure, bump version. --- disk/manifest.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/disk/manifest.json b/disk/manifest.json index fe68820..798ffac 100644 --- a/disk/manifest.json +++ b/disk/manifest.json @@ -1,18 +1,18 @@ { - "_version": "1.0.0", + "_version": "1.1.0", "/bin/hello.bin": "bin/hello.bin", "/bin/echo.bin": "bin/echo.bin", "/bin/gol.bin": "bin/gol.bin", - "/src/hello.asm": "src/hello.asm", - "/src/echo.asm": "src/echo.asm", - "/src/loop.asm": "src/loop.asm", - "/src/fibonacci.asm": "src/fibonacci.asm", - "/src/factorial.asm": "src/factorial.asm", - "/src/factorial.c": "src/factorial.c", - "/src/hello.c": "src/hello.c", - "/src/graphics.asm": "src/graphics.asm", - "/src/data.asm": "src/data.asm", - "/src/gol.asm": "src/gol.asm", + "/src/examples/hello.asm": "src/examples/hello.asm", + "/src/examples/echo.asm": "src/examples/echo.asm", + "/src/examples/loop.asm": "src/examples/loop.asm", + "/src/examples/fibonacci.asm": "src/examples/fibonacci.asm", + "/src/examples/factorial.asm": "src/examples/factorial.asm", + "/src/examples/factorial.c": "src/examples/factorial.c", + "/src/examples/hello.c": "src/examples/hello.c", + "/src/examples/graphics.asm": "src/examples/graphics.asm", + "/src/examples/data.asm": "src/examples/data.asm", + "/src/examples/gol.asm": "src/examples/gol.asm", "/src/scratch.asm": "src/scratch.asm", "/src/scratch.c": "src/scratch.c", "/img/msu.jpg": "img/msu.jpg",