Skip to content

Commit

Permalink
Release v7.0.3 beta5
Browse files Browse the repository at this point in the history
Summary:
  * Upstream release of DBeaver v7.0.3
  • Loading branch information
uroesch committed Apr 19, 2020
1 parent 0164856 commit 3280e2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Freeware=true
CommercialUse=true

[Version]
PackageVersion=7.0.2.0
DisplayVersion=7.0.2-beta5-uroesch
PackageVersion=7.0.3.0
DisplayVersion=7.0.3-beta5-uroesch

[Dependencies]
UsesJava=true
Expand Down
8 changes: 4 additions & 4 deletions App/AppInfo/update.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Version]
Package = 7.0.2.0
Display = 7.0.2-beta5-uroesch
Package = 7.0.3.0
Display = 7.0.3-beta5-uroesch

[Archive]
URL1 = https://dbeaver.io/files/7.0.2/dbeaver-ce-7.0.2-win32.win32.x86_64.zip
Checksum1 = SHA256:25FAE15FB6EC16C9E4B29FF1AFB95A1757A9A849DA1C47BB1E55337C05580430
URL1 = https://dbeaver.io/files/7.0.3/dbeaver-ce-7.0.3-win32.win32.x86_64.zip
Checksum1 = SHA256:3E3D725E11C524B0867C11FF0D2531C0B7575CDFB7C7B6CB42543FBAB6F9A8B0
TargetName1 = DBeaver
ExtractName1 = dbeaver
3 changes: 1 addition & 2 deletions Other/Update/Update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# -----------------------------------------------------------------------------
# Globals
# -----------------------------------------------------------------------------
$Version = "0.0.18-alpha"
$Version = "0.0.19-alpha"
$AppRoot = $(Convert-Path "$PSScriptRoot\..\..")
$AppDir = "$AppRoot\App"
$AppInfoDir = "$AppDir\AppInfo"
Expand Down Expand Up @@ -285,7 +285,6 @@ Function Update-Release {
}
# Create destination Directory if not exist
$MoveBaseDir = $Download.MoveTo() | Split-Path
Debug info $MoveBaseDir
If (!(Test-Path $MoveBaseDir)) {
Debug info "Create directory $MoveBaseDir prior to moving items"
New-Item -Path $MoveBaseDir -Type "directory" | Out-Null
Expand Down

0 comments on commit 3280e2f

Please sign in to comment.