Skip to content

Commit

Permalink
bump to v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Feb 26, 2019
1 parent 27bd4f0 commit ca8ae3b
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build.fxbuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="ASCII"?>
<anttasks:AntTask xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:anttasks="http://org.eclipse.fx.ide.jdt/1.0" buildDirectory="${project}/build">
<deploy packagingFormat="exe">
<application name="zelmate" mainclass="com.vaklinov.zcashui.ZCashUI" version="7.0.1"/>
<info title="ZelCashSwingWallet" vendor="Zel Technologies GmbH"/>
<application name="zelmate" mainclass="com.vaklinov.zcashui.ZCashUI" version="7.0.2"/>
<info title="ZELmate" vendor="Zel Technologies GmbH"/>
</deploy>
<signjar/>
</anttasks:AntTask>
2 changes: 1 addition & 1 deletion installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>zel.cash</groupId>
<artifactId>ZelCashOfficialSwingWalletUI</artifactId>
<version>7.0.1</version>
<version>7.0.2</version>
</parent>

<artifactId>installer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion installer/src/main/izpack/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<installation version="5.0">
<info>
<appname>ZelCashOfficialSwingWalletUI</appname>
<appversion>7.0.1</appversion>
<appversion>7.0.2</appversion>
<url>https://zel.cash</url>
<authors>
<author name="Ivan Vaklinov" email="[email protected]"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>zel.cash</groupId>
<artifactId>ZelCashOfficialSwingWalletUI</artifactId>
<version>7.0.1</version>
<version>7.0.2</version>
<packaging>pom</packaging>
<name>ZelCash Official Swing Wallet UI</name>

Expand Down
2 changes: 1 addition & 1 deletion src/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

<target name="ubuntuPackage" depends="jar,copyothers">
<mkdir dir="${ubuntu.package.dir}" />
<deb destfile="${ubuntu.package.dir}/zelcashSwingWallet-7.0.1.deb" control="${deb.dir}/control" verbose="true">
<deb destfile="${ubuntu.package.dir}/zelcashSwingWallet-7.0.2.deb" control="${deb.dir}/control" verbose="true">

<data src="${jar.dir}/${ant.project.name}.jar" type="file">
<mapper type="perm" filemode="755" prefix="/usr/lib/zelcash-gui-wallet" />
Expand Down
2 changes: 1 addition & 1 deletion src/java/com/vaklinov/zcashui/ZCashUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ public static void possiblyCreateZelCashConfigFile() throws IOException {
configOut.println("# Creation date: " + new Date().toString());
configOut.println("#############################################################################");
configOut.println("");
configOut.println("rpcallowip=127.0.1.1");
configOut.println("rpcallowip=127.0.0.1");
configOut.println("server=1");
configOut.println("addnode=node.zel.cash");
configOut.println("addnode=explorer.zel.cash");
Expand Down
2 changes: 1 addition & 1 deletion src/resources/messages/zelcash_en.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apple.menu.about.name=ZelCashSwingUI
main.frame.title=ZELmate - ZelCash Desktop GUI Wallet 7.0.1
main.frame.title=ZELmate - ZelCash Desktop GUI Wallet 7.0.2
main.frame.progressbar=Starting GUI wallet...
main.frame.title.testnet=\u0020[using TESTNET]
main.frame.tab.overview.title=Overview\u0020
Expand Down
2 changes: 1 addition & 1 deletion zelcash-wallet-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>zel.cash</groupId>
<artifactId>ZelCashOfficialSwingWalletUI</artifactId>
<version>7.0.1</version>
<version>7.0.2</version>
</parent>

<artifactId>zelcash-wallet-swing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zelcash-wallet-swing/src/deb/control/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: zelcashswingwallet
Version: 7.0.1
Version: 7.0.2
Section: misc
Priority: low
Architecture: all
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=7.0.1
Version=7.0.2
Name=ZelCash Wallet
Comment=ZelCash Desktop GUI Wallet (full node)
GenericName=ZelCash Wallet
Expand Down

0 comments on commit ca8ae3b

Please sign in to comment.