Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Nov 23, 2020
1 parent ec64d75 commit befaad0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Damselfly.Desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Damselfly",
"version": "1.0.82",
"version": "1.0.83",
"description": "Damselfy Desktop App",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.82
1.0.83
Binary file modified docs/Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions publishdocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ docker tag damselfly 192.168.1.120:7575/damselfly:$version
docker push 192.168.1.120:7575/damselfly:latest
docker push 192.168.1.120:7575/damselfly:$version

docker tag damselfly webreaper/damselfly:latest
docker tag damselfly webreaper/damselfly:$version-beta
# docker push webreaper/damselfly:latest
# docker push webreaper/damselfly:$version-beta

0 comments on commit befaad0

Please sign in to comment.