Skip to content

Commit

Permalink
Switch to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiher committed Jan 4, 2024
1 parent 7566cc3 commit c8e9e1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<userSettings>
<AudiobookshelfTray.Properties.Settings>
<setting name="ServerVersion" serializeAs="String">
<value>v2.7.0</value>
<value>v2.7.1</value>
</setting>
<setting name="ServerName" serializeAs="String">
<value>Audiobookshelf</value>
Expand Down
2 changes: 1 addition & 1 deletion Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Profiles />
<Settings>
<Setting Name="ServerVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">v2.7.0</Value>
<Value Profile="(Default)">v2.7.1</Value>
</Setting>
<Setting Name="ServerName" Type="System.String" Scope="User">
<Value Profile="(Default)">Audiobookshelf</Value>
Expand Down
2 changes: 1 addition & 1 deletion Setup/Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define ServerBinDir "..\..\audiobookshelf\dist\win"

#define MyAppName "Audiobookshelf"
#define MyAppVersion "2.7.0"
#define MyAppVersion "2.7.1"
#define MyAppPublisher "Audiobookshelf"
#define MyAppURL "https://www.audiobookshelf.org/"
#define MyAppExeName "AudiobookshelfTray.exe"
Expand Down

0 comments on commit c8e9e1c

Please sign in to comment.