Skip to content

Commit

Permalink
1.0.14 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekkois committed May 6, 2023
1 parent f54fcd4 commit 19ce85d
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.13
image: bartekkois/gponmonitor:1.0.14
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.13
image: bartekkois/gponmonitor:1.0.14
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.13
image: bartekkois/gponmonitor.tests:1.0.14
volumes:
- ./temp:/var/temp
- /etc/localtime:/etc/localtime:ro
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.13</Version>
<Version>1.0.14</Version>
<StartupObject></StartupObject>
</PropertyGroup>

Expand Down

0 comments on commit 19ce85d

Please sign in to comment.