Skip to content

Commit

Permalink
Styling, bump version, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Jul 26, 2018
1 parent 6ab61ae commit 835c052
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.9.11

* Update dependencies
* Stellerator embedded: include support for touch controls

# 0.9.10

* Fix CDF music mode.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "6502.ts",
"version": "0.9.10",
"version": "0.9.11",
"description": "A 6502 emulator written in typescript",
"author": "[email protected]",
"license": "GPL-2.0+",
Expand Down
2 changes: 1 addition & 1 deletion web/stellerator_embedded_demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#stellerator-canvas {
height: 600px;
width: 800px;
max-height: calc(100vh - 12rem);
max-height: calc(100vh - 13rem);
max-width: 100vw;
}

Expand Down

0 comments on commit 835c052

Please sign in to comment.