Skip to content

Commit 8896a49

Browse files
Change version to 1.1.3
Rebuild build.js. Update CHANGES.md.
1 parent cb257cb commit 8896a49

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CHANGES
22
=======
33

4-
dev
5-
---
4+
1.1.3
5+
-----
66

77
Improvements:
88
- Update three.js to r138 (#96)
@@ -11,6 +11,9 @@ Improvements:
1111
Internals:
1212
- Rename branch master to main
1313

14+
Bug fixes:
15+
- Position the axes ticks correctly in scenes with width/height different than 400 pixels (#101)
16+
1417
1.1.2
1518
-----
1619

docs/build.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mathicsorg/mathics-threejs-backend",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"threejs_revision": 138,
55
"description": "Mathics 3D Graphics backend using three.js",
66
"source": "src/index.js",

0 commit comments

Comments
 (0)