Skip to content

Commit

Permalink
feat: update for Bitsy 8.13
Browse files Browse the repository at this point in the history
BREAKING CHANGE: bitsy version updated to 8.13
  • Loading branch information
seleb committed Feb 5, 2025
1 parent 488c69c commit 320db0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"main": "index.mjs",
"version": "22.1.0",
"bitsyVersion": "8.12",
"bitsyVersion": "8.13",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"test": "jest --runInBand",
Expand Down
8 changes: 4 additions & 4 deletions src/test/Bitsy 8.12.html → src/test/Bitsy 8.13.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<script type="text/bitsyGameData" id="exportedGameData">
Write your game's title here

# BITSY VERSION 8.12
# BITSY VERSION 8.13

! VER_MAJ 8
! VER_MIN 12
! VER_MIN 13
! ROOM_FORMAT 1
! DLG_COMPAT 0
! TXT_MODE 0
Expand Down Expand Up @@ -1557,7 +1557,7 @@
// is this the right place for this to live?
var version = {
major: 8, // major changes
minor: 12, // smaller changes
minor: 13, // smaller changes
devBuildPhase: "RELEASE",
};
function getEngineVersion() {
Expand Down Expand Up @@ -11968,4 +11968,4 @@
</body>


</html>
</html>

0 comments on commit 320db0d

Please sign in to comment.