Skip to content

Commit

Permalink
Bump version to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmo committed Apr 17, 2023
1 parent 498cf0d commit b1df0ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions SoundBoard/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.10.1.0")]
[assembly: AssemblyFileVersion("1.10.1.0")]
[assembly: AssemblyVersion("1.10.2.0")]
[assembly: AssemblyFileVersion("1.10.2.0")]
11 changes: 5 additions & 6 deletions SoundBoard/VersionInfo.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<AppUpdate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/micahmo/SoundBoard/master/SoundBoard/AppUpdate.xsd">
<Version>1.10.1.0</Version>
<ReleaseDate>2023-04-14</ReleaseDate>
<Version>1.10.2.0</Version>
<ReleaseDate>2023-04-17</ReleaseDate>
<!-- Default download -->
<DownloadLink>https://github.com/micahmo/SoundBoard/releases/download/v1.10.1/SoundBoard.exe</DownloadLink>
<DownloadLink>https://github.com/micahmo/SoundBoard/releases/download/v1.10.2/SoundBoard.exe</DownloadLink>
<DownloadFileName>SoundBoard.exe</DownloadFileName>
<!-- All download options -->
<Downloads>
<Download key="portable">
<Link>https://github.com/micahmo/SoundBoard/releases/download/v1.10.1/SoundBoard.exe</Link>
<Link>https://github.com/micahmo/SoundBoard/releases/download/v1.10.2/SoundBoard.exe</Link>
<FileName>SoundBoard.exe</FileName>
<FileHash></FileHash>
</Download>
</Downloads>
<!-- Release notes -->
<VersionNotes> - Improve color picker
- Handle audio passthrough errors</VersionNotes>
<VersionNotes> - Add ability to choose sound output separately from audio passthrough output</VersionNotes>
<ReleaseNotes></ReleaseNotes>
</AppUpdate>

0 comments on commit b1df0ee

Please sign in to comment.