Skip to content

Commit

Permalink
Release 2024.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 91f0222 commit 116a655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nand2tetris/web-ide",
"version": "2024.49.0",
"version": "2024.49.1",
"description": "A Javascript implementation of nand2tetris.org.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,4 +56,4 @@
"cross-env": "^7.0.3",
"shx": "^0.3.4"
}
}
}
2 changes: 1 addition & 1 deletion web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo_192.png" />
<meta name="theme-color" content="rgb(16, 149, 193)" />
<link rel="stylesheet" href="%PUBLIC_URL%/root.css" />
<meta name="version" content="2024.49.0" />
<meta name="version" content="2024.49.1" />
</head>
<body class="flex">
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 116a655

Please sign in to comment.