Skip to content

Commit

Permalink
version 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Sep 18, 2019
1 parent 7d1d614 commit 45194e8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.fxbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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.5.0"/>
<application name="zelmate" mainclass="com.vaklinov.zcashui.ZCashUI" version="7.6.0"/>
<info title="ZELmate" vendor="Zel Technologies GmbH"/>
</deploy>
<signjar/>
Expand Down
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.5.0</version>
<version>7.6.0</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.5.0</appversion>
<appversion>7.6.0</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.5.0</version>
<version>7.6.0</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.5.0.deb" control="${deb.dir}/control" verbose="true">
<deb destfile="${ubuntu.package.dir}/zelcashSwingWallet-7.6.0.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/resources/messages/zelcash_en.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apple.menu.about.name=ZELmate
main.frame.title=ZELmate - ZelCash Swing Wallet 7.5.0
main.frame.title=ZELmate - ZelCash Swing Wallet 7.6.0
main.frame.progressbar=Starting ZELmate 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.5.0</version>
<version>7.6.0</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.5.0
Version: 7.6.0
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.5.0
Version=7.6.0
Name=ZelCash Wallet
Comment=ZelCash Desktop GUI Wallet (full node)
GenericName=ZelCash Wallet
Expand Down

0 comments on commit 45194e8

Please sign in to comment.