Skip to content

Commit eb79925

Browse files
committed
v0.3.5
Fixed dual flipper commands
1 parent e21b0e3 commit eb79925

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
33

4+
## [0.3.5] - 2022-10-25
5+
6+
### Adjusted
7+
- ConfigureFlipper_Dual(..) now allows you to specify a normally open or normally closed EOS switch
8+
9+
### Fixed
10+
- ConfigureFlipper_Dual(..) config and EOS now works as expected
11+
412
## [0.3.3] - 2022-10-14
513

614
### Added
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.pinball.fast.unitytoolkit",
33
"displayName": "Unity Fast Hardware",
4-
"version": "0.3.3-pre",
4+
"version": "0.3.5-pre",
55
"unity": "2020.3",
66
"description": "Fast Hardware Protocal implementation for unity",
77

0 commit comments

Comments
 (0)