Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Dec 26, 2018
1 parent bba0093 commit 359bfe4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions 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>5.0.0</version>
<version>6.0.0</version>
</parent>

<artifactId>installer</artifactId>
Expand All @@ -16,7 +16,7 @@
<staging.dir>${project.build.directory}/staging</staging.dir>
<installer-output-filename>zelcash-wallet-installer</installer-output-filename>
<zcash.project.url>https://github.com</zcash.project.url>
<zcash.binaries.file.name.windows>zelcash/zelcash/releases/download/1.1.0/zelcashwindows.zip</zcash.binaries.file.name.windows>
<zcash.binaries.file.name.windows>zelcash/zelcash/releases/download/v2.0.0/Windows.zip</zcash.binaries.file.name.windows>
<izpack.version>5.0.6</izpack.version>
</properties>

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>5.0.0</appversion>
<appversion>6.0.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>5.0.0</version>
<version>6.0.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 @@ -120,7 +120,7 @@

<target name="ubuntuPackage" depends="jar,copyothers">
<mkdir dir="${ubuntu.package.dir}"/>
<deb destfile="${ubuntu.package.dir}/zelcash-swing-wallet_5.0.0.deb"
<deb destfile="${ubuntu.package.dir}/zelcash-swing-wallet_6.0.0.deb"
control="${deb.dir}/control"
verbose="true">

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=ZelCash Desktop GUI Wallet 5.0.0
main.frame.title=ZelCash Desktop GUI Wallet 6.0.0
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>5.0.0</version>
<version>6.0.0</version>
</parent>

<artifactId>zelcash-wallet-swing</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions zelcash-wallet-swing/src/deb/control/control
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: zelcashswingwallet
Version: 5.0.0
Version: 6.0.0
Section: misc
Priority: low
Architecture: all
Description: ZelCash Desktop GUI Wallet
Maintainer: miles.manley@zel.cash
Maintainer: info@zel.cash
Depends: default-jdk, zelcash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=5.0.0
Version=6.0.0
Name=ZelCash Wallet
Comment=ZelCash Desktop GUI Wallet (full node)
GenericName=ZelCash Wallet
Expand Down

0 comments on commit 359bfe4

Please sign in to comment.