Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
codefrau committed Nov 24, 2023
1 parent 738efc7 commit b4d0041
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ <h2>About</h2>
<a name="news">
<h2>News</h2>
</a>
<p><b>November 2022</b> Expanded the <a href="https://squeak.js.org/docs/jit.md.html">High-performance JIT Mockups</a>.</p>
<p><b>November 2023</b> Release 1.1.2 with more fixes (thanks to Agustin Martinez for narrowing down the problem).</p>
<p><b>November 2023</b> Expanded the <a href="https://squeak.js.org/docs/jit.md.html">High-performance JIT Mockups</a>.</p>
<p><b>October 2023</b> Release 1.1.1 with minor fixes.</p>
<p><b>October 2023</b> Release 1.1.0 with fixes and ability to save Etoys projects (finally!).</p>
<p><b>September 2023</b> Release 1.0.6 with minor fixes (thanks to Erik Stel).</p>
<p><b>November 2022</b> Release 1.0.5 with fixes, in particular to run Squeak 6.</p>
Expand Down
4 changes: 2 additions & 2 deletions squeak.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
Object.extend(Squeak,
"version", {
// system attributes
vmVersion: "SqueakJS 1.1.1",
vmDate: "2023-11-23", // Maybe replace at build time?
vmVersion: "SqueakJS 1.1.2",
vmDate: "2023-11-24", // Maybe replace at build time?
vmBuild: "unknown", // or replace at runtime by last-modified?
vmPath: "unknown", // Replace at runtime
vmFile: "vm.js",
Expand Down

0 comments on commit b4d0041

Please sign in to comment.