Skip to content

Commit

Permalink
1.0.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekkois committed Dec 15, 2018
1 parent 044a296 commit 168a413
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
gponmonitor:
image: bartekkois/gponmonitor:1.0.4
image: bartekkois/gponmonitor:1.0.5
restart: always
volumes:
- /docker/GPONMonitor/devicesconfiguration.json:/app/devicesconfiguration.json:ro
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
gponmonitor:
image: bartekkois/gponmonitor:1.0.4
image: bartekkois/gponmonitor:1.0.5
restart: always
volumes:
- /docker/GPONMonitor/devicesconfiguration.json:/app/devicesconfiguration.json:ro
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
gponmonitor.tests:
image: bartekkois/gponmonitor.tests:1.0.4
image: bartekkois/gponmonitor.tests:1.0.5
volumes:
- ./temp:/var/temp
build:
Expand Down
2 changes: 1 addition & 1 deletion src/GPONMonitor/GPONMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<OutputType>Exe</OutputType>
<PackageId>GPONMonitor</PackageId>
<AssetTargetFallback>$(AssetTargetFallback);dotnet5.6;portable-net45+win8</AssetTargetFallback>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GPONMonitor/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@RenderBody()
<hr />
<footer>
<p>&copy; 2017 - GPON Monitor - ver. @ViewData["Version"]</p>
<p>&copy; 2018 - GPON Monitor - ver. @ViewData["Version"]</p>
</footer>
</div>

Expand Down

0 comments on commit 168a413

Please sign in to comment.