mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-14 21:12:57 -04:00
Increment development version to 0.1.1-SNAPSHOT
This commit is contained in:
parent
5beffbe164
commit
80990fab50
@ -13,7 +13,7 @@ apply plugin: 'jacoco'
|
||||
|
||||
wrapper.gradleVersion = '2.1'
|
||||
|
||||
version = '0.1.0'
|
||||
version = '0.1.1-SNAPSHOT'
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
sourceSets.main.resources.srcDirs += 'src/main/java'
|
||||
|
@ -1 +1 @@
|
||||
"c:\Program Files\Java\jdk1.8.0_20\bin\javapackager.exe" -deploy -BappVersion=0.1.0 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir build -appclass io.bitsquare.app.gui.BitsquareAppMain -srcfiles "build\libs\bitsquare-0.1.0-app.jar" -outfile Bitsquare -Bruntime="c:\Program Files\Java\jdk1.8.0_20\jre"
|
||||
"c:\Program Files\Java\jdk1.8.0_20\bin\javapackager.exe" -deploy -BappVersion=0.1.1-SNAPSHOT -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir build -appclass io.bitsquare.app.gui.BitsquareAppMain -srcfiles "build\libs\bitsquare-0.1.1-SNAPSHOT-app.jar" -outfile Bitsquare -Bruntime="c:\Program Files\Java\jdk1.8.0_20\jre"
|
||||
|
@ -3,8 +3,8 @@
|
||||
[Setup]
|
||||
AppId={{bitsquare}}
|
||||
AppName=Bitsquare
|
||||
AppVersion=0.1.0
|
||||
AppVerName=Bitsquare 0.1.0
|
||||
AppVersion=0.1.1
|
||||
AppVerName=Bitsquare 0.1.1
|
||||
AppPublisher=Bitsquare
|
||||
AppComments=Bitsquare
|
||||
AppCopyright=Copyright (C) 2014
|
||||
@ -23,7 +23,7 @@ DefaultGroupName=Bitsquare
|
||||
LicenseFile=
|
||||
;WinXP or above
|
||||
MinVersion=0,5.1
|
||||
OutputBaseFilename=Bitsquare-0.1.0
|
||||
OutputBaseFilename=Bitsquare-0.1.1
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
PrivilegesRequired=lowest
|
||||
|
Loading…
x
Reference in New Issue
Block a user