Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgyn committed Aug 13, 2021
1 parent ab48cbd commit 5541b21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion AutoAudioSwitch/Console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace AutoAudioSwitch
{
public partial class Console : Form
{
private const string tagName = "1.1";
private const string tagName = "1.2";
private const int defaultDelay = 30;
private static System.Timers.Timer aTimer;
private static IniData config;
Expand Down
2 changes: 0 additions & 2 deletions AutoAudioSwitch/CreateRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ $compress = @{
Compress-Archive @compress

#

read-host "Press ENTER to continue..."

0 comments on commit 5541b21

Please sign in to comment.