Skip to content

Commit

Permalink
Upgrade to DBeaver 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jan 8, 2019
1 parent 5cd85fc commit f208233
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.3.2-7 (2019/01/08)

* Upgrade to DBeaver 5.3.2

## 5.3.1-6 (2018/12/24)

* Upgrade to DBeaver 5.3.1
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ core.dir = ../portapps
app = dbeaver
app.name = DBeaver
app.type = archive
app.version = 5.3.1
app.version = 5.3.2

# Portable app
papp.id = ${app}-portable
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module github.com/portapps/dbeaver-portable

require (
github.com/magiconair/properties v1.8.0
github.com/portapps/portapps v1.16.1
github.com/portapps/portapps v1.17.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ github.com/josephspurrier/goversioninfo v0.0.0-20180220052333-42534847954b h1:66
github.com/josephspurrier/goversioninfo v0.0.0-20180220052333-42534847954b/go.mod h1:eJTEwMjXb7kZ633hO3Ln9mBUCOjX2+FlTljvpl9SYdE=
github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/portapps/portapps v1.16.1 h1:PWVwEzWaIvMmHQvn/h70LxJz2K7iKLWTdglHQsre7zM=
github.com/portapps/portapps v1.16.1/go.mod h1:p1kIoTzL1vIz45ALGcTdNNxvADU6nbdmV+ChLMNP75k=
github.com/portapps/portapps v1.17.0 h1:pqQEMkjxHR+UvolUmZvUGrnJFgMfvBFS5iQT9g6f5Vk=
github.com/portapps/portapps v1.17.0/go.mod h1:p1kIoTzL1vIz45ALGcTdNNxvADU6nbdmV+ChLMNP75k=
golang.org/x/sys v0.0.0-20180313075820-8c0ece68c283 h1:DE/w7won1Ns86VoWjUZ4cJS6//TObJntGkxuZ63asRc=
golang.org/x/sys v0.0.0-20180313075820-8c0ece68c283/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 comments on commit f208233

Please sign in to comment.