Skip to content

Commit 0f60ad9

Browse files
Version: 234.1.0
1 parent f7287b1 commit 0f60ad9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

MSBuild/Robust.Engine.Version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<Project>
22
<!-- This file automatically reset by Tools/version.py -->
3-
<PropertyGroup><Version>234.0.0</Version></PropertyGroup>
3+
<PropertyGroup><Version>234.1.0</Version></PropertyGroup>
44
</Project>

RELEASE-NOTES.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ END TEMPLATE-->
3939

4040
### New features
4141

42-
* SharedAudioSystem now has PlayLocal which only runs audio locally on the client.
42+
*None yet*
4343

4444
### Bugfixes
4545

@@ -54,6 +54,17 @@ END TEMPLATE-->
5454
*None yet*
5555

5656

57+
## 234.1.0
58+
59+
### New features
60+
61+
* SharedAudioSystem now has PlayLocal which only runs audio locally on the client.
62+
63+
### Bugfixes
64+
65+
* Fix AudioParams not being passed through on PlayGlobal methods.
66+
67+
5768
## 234.0.0
5869

5970
### Breaking changes

0 commit comments

Comments
 (0)