Skip to content

Commit

Permalink
1.0.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekkois committed Jan 28, 2019
1 parent 8bd006d commit a598b8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5
image: bartekkois/gponmonitor:1.0.6
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.5
image: bartekkois/gponmonitor:1.0.6
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.5
image: bartekkois/gponmonitor.tests:1.0.6
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.5</Version>
<Version>1.0.6</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a598b8d

Please sign in to comment.