Skip to content

Commit

Permalink
release: 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCooper committed Jul 18, 2021
1 parent 6a41d87 commit beab7da
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Addons/scraper.Data.TVDB/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.10.1.0")>
<Assembly: AssemblyFileVersion("1.10.1.0")>
4 changes: 2 additions & 2 deletions Addons/scraper.IMDB.Data/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
<Assembly: AssemblyVersion("1.11.1.0")>
<Assembly: AssemblyFileVersion("1.11.1.0")>
4 changes: 2 additions & 2 deletions Addons/scraper.TMDB.Data/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
<Assembly: AssemblyVersion("1.11.1.0")>
<Assembly: AssemblyFileVersion("1.11.1.0")>
4 changes: 2 additions & 2 deletions Addons/scraper.Trakttv.Data/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.10.0.0")>
<Assembly: AssemblyFileVersion("1.10.0.0")>
<Assembly: AssemblyVersion("1.10.1.0")>
<Assembly: AssemblyFileVersion("1.10.1.0")>
2 changes: 1 addition & 1 deletion BuildSetup/0_BuildSetup_x64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET EMM_APPNAME=Ember Media Manager
SET EMM_ROOT=%CD%\..
SET EMM_FOLDER=EmberMM - Release - x64
SET EMM_SYSTEM=x64
SET EMM_REVISION=1.11.0
SET EMM_REVISION=1.11.1
SET EMM_BRANCH=Master
SET EMM_SETUPFILE=%EMM_APPNAME% %EMM_REVISION% %EMM_SYSTEM%.exe
SET EMM_OUTFILE=Builds\%EMM_SETUPFILE%
Expand Down
2 changes: 1 addition & 1 deletion BuildSetup/0_BuildSetup_x86.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET EMM_APPNAME=Ember Media Manager
SET EMM_ROOT=%CD%\..
SET EMM_FOLDER=EmberMM - Release - x86
SET EMM_SYSTEM=x86
SET EMM_REVISION=1.11.0
SET EMM_REVISION=1.11.1
SET EMM_BRANCH=Master
SET EMM_SETUPFILE=%EMM_APPNAME% %EMM_REVISION% %EMM_SYSTEM%.exe
SET EMM_OUTFILE=Builds\%EMM_SETUPFILE%
Expand Down
4 changes: 2 additions & 2 deletions EmberAPI/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
<Assembly: AssemblyVersion("1.11.1.0")>
<Assembly: AssemblyFileVersion("1.11.1.0")>
4 changes: 2 additions & 2 deletions EmberMediaManager/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.11.0.0")>
<Assembly: AssemblyFileVersion("1.11.0.0")>
<Assembly: AssemblyVersion("1.11.1.0")>
<Assembly: AssemblyFileVersion("1.11.1.0")>

0 comments on commit beab7da

Please sign in to comment.