Skip to content

Commit de2612d

Browse files
committed
fix: 3D Dice not Rolling #54
1 parent 25c4416 commit de2612d

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ feedback is always welcome.
1919
</li>
2020
</ul>
2121

22+
<h3>Version 3.0.1</h3>
23+
24+
* fixed 3D Dice not rolling [#54](https://github.com/DrOgres/tftloop/issues/54) Thanks to @Bithir for the assist!
25+
* fixed XP tracker not working [#53](https://github.com/DrOgres/tftloop/issues/53) Thanks to @Bithir for the assist!
26+
2227
<h3>Version 3.0.0</h3>
2328

2429
* Version 12 compatibility [#51](https://github.com/DrOgres/tftloop/issues/51)

system.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"url": "https://github.com/DrOgres/tftloop",
13-
"version": "3.0.0",
13+
"version": "3.0.1",
1414
"compatibility": {
1515
"minimum": "10",
16-
"verified": "11",
16+
"verified": "12.329",
1717
"maximum": "12"
1818
},
1919
"media": [
@@ -89,7 +89,7 @@
8989
],
9090
"initiative": "1d10",
9191
"manifest": "https://github.com/DrOgres/tftloop/releases/latest/download/system.json",
92-
"download": "https://github.com/DrOgres/tftloop/releases/download/2.1.4/system.zip",
92+
"download": "https://github.com/DrOgres/tftloop/releases/download/3.3.1/system.zip",
9393
"gridDistance": 1,
9494
"gridUnits": "meter"
9595
}

0 commit comments

Comments
 (0)