mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Bump version number
This commit is contained in:
parent
8b2396e7e2
commit
fb3c8c214e
@ -271,7 +271,7 @@ configure(project(':desktop')) {
|
||||
apply plugin: 'witness'
|
||||
apply from: '../gradle/witness/gradle-witness.gradle'
|
||||
|
||||
version = '0.9.5-SNAPSHOT'
|
||||
version = '0.9.6'
|
||||
|
||||
mainClassName = 'bisq.desktop.app.BisqAppMain'
|
||||
|
||||
|
@ -27,7 +27,7 @@ public class Version {
|
||||
// VERSION = 0.5.0 introduces proto buffer for the P2P network and local DB and is a not backward compatible update
|
||||
// Therefore all sub versions start again with 1
|
||||
// We use semantic versioning with major, minor and patch
|
||||
public static final String VERSION = "0.9.5";
|
||||
public static final String VERSION = "0.9.6";
|
||||
|
||||
public static int getMajorVersion(String version) {
|
||||
return getSubVersion(version, 0);
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
# pull base image
|
||||
FROM openjdk:8-jdk
|
||||
ENV version 0.9.5-SNAPSHOT
|
||||
ENV version 0.9.6
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends openjfx && rm -rf /var/lib/apt/lists/* &&
|
||||
apt-get install -y vim fakeroot
|
||||
|
@ -6,7 +6,7 @@
|
||||
# - Update version below
|
||||
# - Ensure JAVA_HOME below is pointing to OracleJDK 10 directory
|
||||
|
||||
version=0.9.5-SNAPSHOT
|
||||
version=0.9.6
|
||||
if [ ! -f "$JAVA_HOME/bin/javapackager" ]; then
|
||||
if [ -d "/usr/lib/jvm/jdk-10.0.2" ]; then
|
||||
JAVA_HOME=/usr/lib/jvm/jdk-10.0.2
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Prior to running this script:
|
||||
# - Update version below
|
||||
|
||||
version=0.9.5-SNAPSHOT
|
||||
version=0.9.6
|
||||
base_dir=$( cd "$(dirname "$0")" ; pwd -P )/../../..
|
||||
package_dir=$base_dir/desktop/package
|
||||
release_dir=$base_dir/desktop/release/$version
|
||||
|
@ -5,10 +5,10 @@
|
||||
<!-- See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
|
||||
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.9.5</string>
|
||||
<string>0.9.6</string>
|
||||
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.9.5</string>
|
||||
<string>0.9.6</string>
|
||||
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Bisq</string>
|
||||
|
@ -6,7 +6,7 @@ mkdir -p deploy
|
||||
|
||||
set -e
|
||||
|
||||
version="0.9.5-SNAPSHOT"
|
||||
version="0.9.6"
|
||||
|
||||
cd ..
|
||||
./gradlew :desktop:build -x test shadowJar
|
||||
@ -38,8 +38,8 @@ java -jar ./package/tools-1.0.jar $EXE_JAR
|
||||
echo SHA 256 after stripping jar file to get a deterministic jar:
|
||||
shasum -a256 $EXE_JAR | awk '{print $1}' | tee deploy/Bisq-$version.jar.txt
|
||||
|
||||
#vmPath=/Users/christoph/Documents/Workspaces/Java
|
||||
vmPath=/Volumes
|
||||
vmPath=/Users/christoph/Documents/Workspaces/Java
|
||||
#vmPath=/Volumes
|
||||
linux64=$vmPath/vm_shared_ubuntu/desktop
|
||||
linux64Package=$linux64/package/linux
|
||||
win64=$vmPath/vm_shared_windows/desktop
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
cd ../../
|
||||
|
||||
version="0.9.5-SNAPSHOT"
|
||||
version="0.9.6"
|
||||
|
||||
target_dir="releases/$version"
|
||||
|
||||
#vmPath=/Users/christoph/Documents/Workspaces/Java
|
||||
vmPath=/Volumes
|
||||
vmPath=/Users/christoph/Documents/Workspaces/Java
|
||||
#vmPath=/Volumes
|
||||
linux64=$vmPath/vm_shared_ubuntu/desktop/package/linux
|
||||
win64=$vmPath/vm_shared_windows/desktop/package/windows
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
cd $(dirname $0)/../../../
|
||||
|
||||
version=0.9.5
|
||||
version=0.9.6
|
||||
|
||||
find . -type f \( -name "finalize.sh" \
|
||||
-o -name "create_app.sh" \
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
cd $(dirname $0)/../../../
|
||||
|
||||
oldVersion=0.9.4
|
||||
newVersion=0.9.5
|
||||
oldVersion=0.9.5
|
||||
newVersion=0.9.6
|
||||
|
||||
find . -type f \( -name "finalize.sh" \
|
||||
-o -name "create_app.sh" \
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
@echo off
|
||||
|
||||
set version=0.9.5-SNAPSHOT
|
||||
set version=0.9.6
|
||||
if not exist "%JAVA_HOME%\bin\javapackager.exe" (
|
||||
if not exist "%ProgramFiles%\Java\jdk-10.0.2" (
|
||||
echo Javapackager not found. Update JAVA_HOME variable to point to OracleJDK.
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
@echo off
|
||||
|
||||
set version=0.9.5-SNAPSHOT
|
||||
set version=0.9.6
|
||||
set release_dir=%~dp0..\..\..\releases\%version%
|
||||
set package_dir=%~dp0..
|
||||
|
||||
|
@ -1 +1 @@
|
||||
0.9.5-SNAPSHOT
|
||||
0.9.6
|
||||
|
@ -30,13 +30,11 @@ import bisq.common.setup.CommonSetup;
|
||||
|
||||
import joptsimple.OptionSet;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
@Slf4j
|
||||
public class SeedNodeMain extends ExecutableForAppWithP2p {
|
||||
private static final String VERSION = "0.9.5";
|
||||
private static final String VERSION = "0.9.6";
|
||||
private SeedNode seedNode;
|
||||
|
||||
public SeedNodeMain() {
|
||||
|
Loading…
Reference in New Issue
Block a user